File: pod_coverage.t

package info (click to toggle)
libbusiness-isbn-data-perl 20251205.001-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 500 kB
  • sloc: xml: 8,996; perl: 553; makefile: 8
file content (10 lines) | stat: -rw-r--r-- 201 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
use Test::More;
eval "use Test::Pod::Coverage";

if( $@ ) {
	plan skip_all => "Test::Pod::Coverage required for testing POD";
	}
else {
	plan tests => 1;
	pod_coverage_ok( "Business::ISBN::Data" );
	}