File: 02-pod.t

package info (click to toggle)
libmime-tools-perl 5.428-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,604 kB
  • ctags: 525
  • sloc: perl: 6,454; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 223 bytes parent folder | download | duplicates (10)
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( lib );  # Should probably be blib...
all_pod_files_ok( all_pod_files( @poddirs ) );