File: pod.t

package info (click to toggle)
libberkeleydb-perl 0.66-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,996 kB
  • sloc: perl: 10,202; ansic: 6,484; makefile: 7
file content (18 lines) | stat: -rw-r--r-- 260 bytes parent folder | download | duplicates (52)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
eval " use Test::More " ;

if ($@)
{
    print "1..0 # Skip: Test::More required for testing POD\n" ;
    exit 0;
}

eval "use Test::Pod 1.00";

if ($@)
{
    print "1..0 # Skip: Test::Pod 1.00 required for testing POD\n" ;
    exit 0;
}

all_pod_files_ok();