File: pod.t

package info (click to toggle)
libwww-search-perl 2.51.90%2B~cs6.78-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 1,216 kB
  • sloc: perl: 7,419; makefile: 36
file content (7 lines) | stat: -rw-r--r-- 189 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
# $Id: pod.t,v 1.2 2007-04-09 12:52:30 Daddy Exp $
use Test::More;
eval "use Test::Pod 1.00";
plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
all_pod_files_ok();
__END__