File: pod.t

package info (click to toggle)
libmarc-charset-perl 1.35-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,476 kB
  • sloc: xml: 99,038; perl: 774; makefile: 9
file content (12 lines) | stat: -rw-r--r-- 232 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
use Test::More;

use strict;
use warnings;

eval {
    require Test::Pod;
    Test::Pod->import();
    die unless $Test::Pod::VERSION >= 1.00;
};
plan skip_all => 'Test::Pod 1.00 required for testing POD' if $@;
all_pod_files_ok();