Codebase list libcryptx-perl / dc376f5
pod tests only if TEST_POD=1 Karel Miko 6 years ago
3 changed file(s) with 3 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
22
33 use Test::More;
44
5 plan skip_all => "set TEST_POD to enable this test (developer only!)" unless $ENV{TEST_POD};
56 plan skip_all => "File::Find not installed" unless eval { require File::Find };
67 plan skip_all => "Test::Pod not installed" unless eval { require Test::Pod };
78 plan tests => 102;
22
33 use Test::More;
44
5 plan skip_all => "set TEST_POD to enable this test (developer only!)" unless $ENV{TEST_POD};
56 plan skip_all => "File::Find not installed" unless eval { require File::Find };
67 plan skip_all => "Test::Pod::Spelling or Text::Aspell not installed" unless eval { require Test::Pod::Spelling; require Text::Aspell; };
78
22
33 use Test::More;
44
5 plan skip_all => "set TEST_POD to enable this test (developer only!)" unless $ENV{TEST_POD};
56 plan skip_all => "Pod::Coverage not installed" unless eval { require Pod::Coverage };
67 plan skip_all => "File::Find not installed" unless eval { require File::Find };
78 plan tests => 102;