File: 02_pod.t

package info (click to toggle)
libtest-nobreakpoints-perl 0.13-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 156 kB
  • ctags: 8
  • sloc: perl: 189; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 193 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#
# $Id: 02_pod.t 137 2004-11-01 15:38:55Z james $
#

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

#
# EOF