Acme-Affinity
view release on metacpan or search on metacpan
t/author-synopsis.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::Synopsis;
all_synopsis_ok();
( run in 0.586 second using v1.01-cache-2.11-cpan-8f98c5d2c55 )