File: pod.t

package info (click to toggle)
libmath-mpfr-perl 3.23-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 856 kB
  • ctags: 51
  • sloc: perl: 507; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 299 bytes parent folder | download | duplicates (5)
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();
}