File: pod.t

package info (click to toggle)
libwiki-toolkit-formatter-usemod-perl 0.25-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 176 kB
  • sloc: perl: 258; makefile: 2
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 ) );