File: pod.t

package info (click to toggle)
libbusiness-isbn-data-perl 20081208-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 124 kB
  • ctags: 4
  • sloc: perl: 267; makefile: 17
file content (5 lines) | stat: -rw-r--r-- 180 bytes parent folder | download | duplicates (2)
1
2
3
4
5
#$Id: pod.t,v 1.3 2004/09/01 20:41:04 comdog 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();