File: pod.t

package info (click to toggle)
libdata-compare-perl 1.23-0.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 224 kB
  • ctags: 12
  • sloc: perl: 412; sh: 3; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 202 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
# $Id: pod.t,v 1.1 2007/07/30 12:49:38 drhyde Exp $
use strict;

$^W=1;

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();