root/lang/perl/Acme-CPANAuthors/trunk/t/99_podcoverage.t @ 23982

Revision 3606, 239 bytes (checked in by charsbar, 5 years ago)

lang/perl/Acme-CPANAuthors: split from Acme-JapaneseCPANAuthors

  • Property svn:eol-style set to native
Line 
1use strict;
2use warnings;
3use Test::More;
4
5eval "use Test::Pod::Coverage 1.04";
6plan skip_all => 'Test::Pod::Coverage 1.04 required' if $@;
7plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD};
8
9all_pod_coverage_ok();
Note: See TracBrowser for help on using the browser.