File: pod.t

package info (click to toggle)
libtie-cycle-perl 1.21-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 112 kB
  • ctags: 13
  • sloc: perl: 51; makefile: 2
file content (4 lines) | stat: -rw-r--r-- 134 bytes parent folder | download | duplicates (5)
1
2
3
4
use Test::More 0.95;
eval "use Test::Pod 1.00";
plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
all_pod_files_ok();