Group
Extension

Matches 1

Module-Install-CPANfile ( M/MI/MIYAGAWA/Module-Install-CPANfile-0.12.tar.gz, MIYAGAWA, 2013; MetaCPAN )
Module-Install-CPANfile/lib/Module/Install/CPANfile.pm ( view source; MetaCPAN )
$self->is_admin) {
        # force generate META.json
        CPAN::Meta->load_file('META.yml')->save('META.json');

        print "Regenerate META.json and META.yml using cpanfile\n";
        $file->
merge_meta('META.yml');
        $file->merge_meta('META.json');
    }

    for my $metafile (grep -e, qw(MYMETA.yml MYMETA.json)) {
        print "Merging cpanfile prereqs to $metafile\n";
        $fi

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