~ubuntu-branches/ubuntu/quantal/libtext-wikiformat-perl/quantal

« back to all changes in this revision

Viewing changes to t/pod.t

  • Committer: Bazaar Package Importer
  • Author(s): Sam Johnston
  • Date: 2005-10-29 14:55:06 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051029145506-1tmftro3hh9kzh9a
Tags: 0.76-1
New upstream release

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