File: 001-pod.t

package info (click to toggle)
liblog-handler-perl 0.45-1%2Blenny1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 392 kB
  • ctags: 145
  • sloc: perl: 2,017; makefile: 39
file content (8 lines) | stat: -rw-r--r-- 186 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
7
8
use strict;
use Test::More;

eval "use Test::Pod";
plan skip_all => "Test::Pod required for testing POD" if $@;

my @poddirs = qw( blib );
all_pod_files_ok( all_pod_files( @poddirs ) );