File: pod.t

package info (click to toggle)
libb-hooks-op-annotation-perl 0.44-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 268 kB
  • sloc: ansic: 181; perl: 11; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 166 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
eval "use Test::Pod";

if ($@) {
    print "1..0 # Skip Test::Pod not installed", $/;
    exit;
} 
 
my @PODS = qw#../blib#;

all_pod_files_ok(all_pod_files(@PODS));