Upgrade to Test::Harness 2.38.
[p5sagit/p5-mst-13.2.git] / lib / Test / Harness / t / pod.t
CommitLineData
e8df9912 1BEGIN {
e4fc8a1e 2 if( $ENV{PERL_CORE} ) {
3 chdir 't';
4 @INC = ('../lib', 'lib');
5 }
6 else {
7 unshift @INC, 't/lib';
e8df9912 8 }
9}
0bf5423d 10
e4fc8a1e 11use Test::More;
12eval "use Test::Pod 1.00";
13plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
14all_pod_files_ok();