~ubuntu-branches/ubuntu/karmic/libclass-meta-perl/karmic

« back to all changes in this revision

Viewing changes to t/pod-coverage.t

  • Committer: Bazaar Package Importer
  • Author(s): Krzysztof Krzyzaniak (eloy)
  • Date: 2006-01-03 17:29:20 UTC
  • Revision ID: james.westby@ubuntu.com-20060103172920-h94p8qrrav90bzq0
Tags: upstream-0.52
ImportĀ upstreamĀ versionĀ 0.52

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!perl -w
 
2
 
 
3
# $Id: pod-coverage.t 682 2004-09-28 05:59:10Z theory $
 
4
 
 
5
use strict;
 
6
use Test::More;
 
7
use File::Spec;
 
8
eval "use Test::Pod::Coverage 0.08";
 
9
plan skip_all => "Test::Pod::Coverage required for testing POD coverage" if $@;
 
10
 
 
11
all_pod_coverage_ok();