File: pod.t

package info (click to toggle)
pkg-perl-tools 0.85
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 796 kB
  • sloc: perl: 3,254; sh: 3,244; makefile: 144; python: 18
file content (6 lines) | stat: -rw-r--r-- 124 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
use Test::More;
use Test::Pod;

my @pod_dirs = qw( bin scripts man5 );

all_pod_files_ok( map( glob("$_/*"), @pod_dirs ) );