~ubuntu-branches/ubuntu/jaunty/libsmart-comments-perl/jaunty

« back to all changes in this revision

Viewing changes to t/pod-coverage.t

  • Committer: Bazaar Package Importer
  • Author(s): Niko Tyni
  • Date: 2006-02-23 21:04:24 UTC
  • Revision ID: james.westby@ubuntu.com-20060223210424-whjyxstf09uvk53u
Tags: upstream-1.0.2
ImportĀ upstreamĀ versionĀ 1.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!perl -T
 
2
 
 
3
use Test::More;
 
4
eval "use Test::Pod::Coverage 1.04";
 
5
plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@;
 
6
all_pod_coverage_ok();