File: pod.t

package info (click to toggle)
libclass-meta-perl 0.62-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 576 kB
  • ctags: 128
  • sloc: perl: 5,890; makefile: 39
file content (9 lines) | stat: -rw-r--r-- 208 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/perl -w

# $Id: pod.t 682 2004-09-28 05:59:10Z david $

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