File: pod.t

package info (click to toggle)
libencode-eucjpascii-perl 0.03-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 832 kB
  • sloc: perl: 199; makefile: 3
file content (8 lines) | stat: -rw-r--r-- 161 bytes parent folder | download
1
2
3
4
5
6
7
8
use strict;
use Test::More;
eval "use Test::Pod 1.00";
if ($@) {
    plan skip_all => "Test::Pod 1.00 or later required for testing POD";
}
all_pod_files_ok();