File: 01-pod.t

package info (click to toggle)
libfile-countlines-perl 0.0.3-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 84 kB
  • sloc: perl: 83; makefile: 2
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 ) );