File: pod.t

package info (click to toggle)
libmath-mpfr-perl 4.45-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,716 kB
  • sloc: perl: 1,508; ansic: 517; makefile: 9
file content (13 lines) | stat: -rwxr-xr-x 312 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
eval "use Test::Pod 1.00";

if($@) {
  print "1..1\n";
  warn "Skipping test 1 - no recent version of Test::Pod installed\n";
  print "ok 1\n";
}

else {
  warn "\nTest::Pod version: $Test::Pod::VERSION\n";
  warn "\nPod::Simple version: $Pod::Simple::VERSION\n";
  Test::Pod::all_pod_files_ok();
}