File: 22_pod.t

package info (click to toggle)
libhtml-template-compiled-perl 1.003-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 776 kB
  • ctags: 384
  • sloc: perl: 4,759; makefile: 5
file content (7 lines) | stat: -rw-r--r-- 203 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
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( examples lib );
all_pod_files_ok( all_pod_files( @poddirs ) );