File: pod-coverage.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 (11 lines) | stat: -rw-r--r-- 252 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!perl -w

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

use strict;
use Test::More;
use File::Spec;
eval "use Test::Pod::Coverage 0.08";
plan skip_all => "Test::Pod::Coverage required for testing POD coverage" if $@;

all_pod_coverage_ok();