File: 98_pod.t

package info (click to toggle)
libdbm-deep-perl 2.0011-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 880 kB
  • ctags: 691
  • sloc: perl: 7,379; sql: 36
file content (11 lines) | stat: -rw-r--r-- 254 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
use strict;

use Test::More;

eval "use Test::Pod 1.14";
plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
eval { require Pod::Simple };
plan skip_all => "Pod::Simple 3.21 has bugs"
 if $Pod::Simple::VERSION == 3.21;

all_pod_files_ok();