Acme-CPANAuthors-Malaysian
view release on metacpan or search on metacpan
t/author-minimum-version.t view on Meta::CPAN
#!perl
BEGIN {
unless ($ENV{AUTHOR_TESTING}) {
print qq{1..0 # SKIP these tests are for testing by the author\n};
exit
}
}
use Test::More;
use Test::MinimumVersion;
all_minimum_version_from_metayml_ok();
( run in 0.905 second using v1.01-cache-2.11-cpan-5c0b1e786e0 )