File: pod.t

package info (click to toggle)
libwiki-toolkit-formatter-usemod-perl 0.23-1
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 152 kB
  • ctags: 20
  • sloc: perl: 249; makefile: 53
file content (6 lines) | stat: -rw-r--r-- 206 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
use strict;
use Test::More;
eval "use Test::Pod 1.00";
plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
my @poddirs = qw( blib blib/script );
all_pod_files_ok( all_pod_files( @poddirs ) );