File: 02-test-pod.t

package info (click to toggle)
libnet-libdnet6-perl 0.26-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 128 kB
  • ctags: 24
  • sloc: perl: 348; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 153 bytes parent folder | download | duplicates (46)
1
2
3
4
5
6
7
8
9
eval "use Test::Pod 1.00";
if ($@) {
   use Test;
   plan(tests => 1);
   skip("Test::Pod 1.00 required for testing");
}
else {
   all_pod_files_ok();
}