Acme-Lingua-EN-Inflect-Modern
view release on metacpan or search on metacpan
Revision history for Acme-Lingua-EN-Inflect-Modern
0.008 2022-12-31 19:37:50-05:00 America/New_York
- update author contact info
0.007 2021-06-18 21:57:51-04:00 America/New_York
- update author contact info
- add perl-support section
0.006 2014-02-04 22:31:38-05:00 America/New_York
- fix metadata links
0.005 2013-10-27 22:19:55 America/New_York
- update packaging again, add repo, bugtracker
- replace use base with use parent
0.004 2009-01-16
update packaging
t/00-report-prereqs.t view on Meta::CPAN
}
else {
$cpan_meta_error = $@; # capture error from CPAN::Meta->load_file($source)
$source = 'static metadata';
}
my @full_reports;
my @dep_errors;
my $req_hash = $HAS_CPAN_META ? $full_prereqs->as_string_hash : $full_prereqs;
# Add static includes into a fake section
for my $mod (@include) {
$req_hash->{other}{modules}{$mod} = 0;
}
for my $phase ( qw(configure build test runtime develop other) ) {
next unless $req_hash->{$phase};
next if ($phase eq 'develop' and not $ENV{AUTHOR_TESTING});
for my $type ( qw(requires recommends suggests conflicts modules) ) {
next unless $req_hash->{$phase}{$type};
( run in 1.369 second using v1.01-cache-2.11-cpan-39bf76dae61 )