Upgrade to Digest-SHA-5.43
[p5sagit/p5-mst-13.2.git] / ext / Digest / SHA / t / 0-pod.t
CommitLineData
6bc89f92 1BEGIN {
77d2a621 2 if ($ENV{PERL_CORE}) {
3 chdir 't' if -d 't';
4 @INC = '../lib';
5 }
6}
41c686de 7
77d2a621 8BEGIN {
6bc89f92 9 eval "use Test::More";
10 if ($@) {
11 print "1..0 # Skipped: Test::More not installed\n";
12 exit;
13 }
14}
15
16eval "use Test::Pod 1.00";
17plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
18all_pod_files_ok();