File: 00pod.t

package info (click to toggle)
libxml-tidy-perl 1.20-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 268 kB
  • sloc: perl: 621; makefile: 8
file content (6 lines) | stat: -rw-r--r-- 234 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
use Test::More;
eval 'use Test::Pod 1.00 tests => 1';
plan skip_all => 'Test::Pod 1.00 required for testing POD' if $@;
#my @pdrs = qw(. blib);
#all_pod_files_ok(all_pod_files(@pdrs));
pod_file_ok('lib/XML/Tidy.pm','Valid POD file');