Group
Extension

Matches 2

App-Magpie ( J/JQ/JQUELIN/App-Magpie-2.010.tar.gz, JQUELIN, 2015; MetaCPAN )
App-Magpie/lib/App/Magpie/Action/FixSpec.pm ( view source; MetaCPAN )
 $distdir = path( glob "BUILD/*" );
    my $metafile;
    foreach my $meta ( "MYMETA.json", "MYMETA.yml", "META.json", "META.yml" ) {
        next unless -e $distdir->child( $meta );
        $metafile
p {
            ( /^[A-Z]+$/ && ! /^MANIFEST/ ) ||
            m{^(Change(s|log)|MYMETA.yml|META.(json|yml)|e[gx]|(ex|s)amples?|demos?)$}i
        }
        map  { $_->basename }
        $distdir->chi
App-Magpie ( J/JQ/JQUELIN/App-Magpie-2.010.tar.gz, JQUELIN, 2015; MetaCPAN )
App-Magpie/lib/App/Magpie/App/Command/fixspec.pm ( view source; MetaCPAN )
ious policies. It will also update the
list of build prereqs, according to F<META.yml> (or F<META.json>)
shipped with the distribution.

Note that this command will abort if it finds that the spec is 

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