File: pod.t

package info (click to toggle)
libmixin-extrafields-param-perl 0.011-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 96 kB
  • ctags: 6
  • sloc: perl: 181; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 130 bytes parent folder | download | duplicates (8)
1
2
3
4
5
use Test::More;
eval "use Test::Pod 1.14";
plan skip_all => "Test::Pod 1.14 required for testing POD"
	if $@;
all_pod_files_ok();