File: pod.t

package info (click to toggle)
libmakefile-dom-perl 0.008-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 680 kB
  • sloc: perl: 7,616; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 120 bytes parent folder | download | duplicates (7)
1
2
3
4
5
use Test::More;

eval "use Test::Pod";
plan skip_all => "Test::Pod required for testing POD" if $@;
all_pod_files_ok();