~ubuntu-branches/ubuntu/vivid/libclass-dbi-plugin-pager-perl/vivid

« back to all changes in this revision

Viewing changes to t/pod.t

  • Committer: Bazaar Package Importer
  • Author(s): Ben Hutchings
  • Date: 2005-12-31 22:45:23 UTC
  • Revision ID: james.westby@ubuntu.com-20051231224523-zqchofccen8bwbfu
Tags: upstream-0.561
ImportĀ upstreamĀ versionĀ 0.561

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 1.14";
 
5
plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
 
6
all_pod_files_ok();