File: 02-pod.t

package info (click to toggle)
libmime-tools-perl 5.515-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,612 kB
  • sloc: perl: 6,349; makefile: 8
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 ) );