File: 0_pod.t

package info (click to toggle)
libmail-mboxparser-perl 0.55-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 404 kB
  • sloc: perl: 1,011; makefile: 2
file content (7 lines) | stat: -rwxr-xr-x 118 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
eval "use Test::Pod";
if ($@) {
    print "1..0 # Skip Test::Pod not installed\n";
    exit;
} 
 
all_pod_files_ok();