Group
Extension

Matches 1

Dist-Zilla-Plugin-Test-ReportPrereqs ( D/DA/DAGOLDEN/Dist-Zilla-Plugin-Test-ReportPrereqs-0.029.tar.gz, DAGOLDEN, 2023; MetaCPAN )
Dist-Zilla-Plugin-Test-ReportPrereqs/lib/Dist/Zilla/Plugin/Test/ReportPrereqs.pm ( view source; MetaCPAN )
 show up in another category).
#pod
#pod If a F<MYMETA.json> file exists and L<CPAN::Meta> is installed on the testing
#pod machine, F<MYMETA.json> will be examined for prerequisites in addition, as i
unless they show up in another category).

If a F<MYMETA.json> file exists and L<CPAN::Meta> is installed on the testing
machine, F<MYMETA.json> will be examined for prerequisites in addition, as it
w
# Add dynamic prereqs to the included modules list (if we can)
my ($source) = grep { -f } 'MYMETA.json', 'MYMETA.yml';
my $cpan_meta_error;
if ( $source && $HAS_CPAN_META
    && (my $meta = eval { CPA

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