File: 99-pod.t

package info (click to toggle)
libhtml-mason-perl 1%3A1.44-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,112 kB
  • ctags: 1,651
  • sloc: perl: 17,877; sh: 187; makefile: 12
file content (11 lines) | stat: -rw-r--r-- 170 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/perl -w
use strict;

use File::Spec;
use Test::More;

eval "use Test::Pod 1.20";

plan skip_all => "Test::Pod 1.20 not installed." if $@;
all_pod_files_ok();