~ubuntu-branches/ubuntu/vivid/libconfig-auto-perl/vivid

« back to all changes in this revision

Viewing changes to t/pod.t

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann
  • Date: 2006-07-02 16:23:47 UTC
  • mfrom: (1.2.1 upstream) (2.1.2 edgy)
  • Revision ID: james.westby@ubuntu.com-20060702162347-k1xjyeutxzf4209k
* New upstream release.
* Set debhelper compatibility level to 5.
* Set Standards-Version to 3.7.2 (no changes needed).

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