initial commit
This commit is contained in:
9
api/perl/t/97-Pod.t
Normal file
9
api/perl/t/97-Pod.t
Normal file
@@ -0,0 +1,9 @@
|
||||
use strict;
|
||||
use warnings;
|
||||
use Test::More;
|
||||
|
||||
eval "use Test::Pod 1.14";
|
||||
plan skip_all => 'Test::Pod 1.14 required' if $@;
|
||||
plan skip_all => 'Author test. Set $ENV{TEST_AUTHOR} to a true value to run.' unless $ENV{TEST_AUTHOR};
|
||||
|
||||
all_pod_files_ok();
|
||||
Reference in New Issue
Block a user