Group
Extension

Matches 1

Test-CPAN-README ( D/DM/DMUEY/Test-CPAN-README-0.2.tar.gz, DMUEY, 2013; MetaCPAN )
Test-CPAN-README/lib/Test/CPAN/README.pm ( view source; MetaCPAN )
y ($ns) = @_;

    if ( !$ns ) {
        if ( -e "META.json" ) {
            require JSON::Syck;
            $ns = JSON::Syck::LoadFile("META.json")->{'name'};
        }
        elsif ( -e "META.yml" 

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.