~ubuntu-branches/ubuntu/karmic/zim/karmic

« back to all changes in this revision

Viewing changes to t/01_pod_ok.t

  • Committer: Bazaar Package Importer
  • Author(s): Emfox Zhou
  • Date: 2007-08-25 13:04:42 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20070825130442-q7xffffj9usah8b4
Tags: 0.20-1
* New upstream release
* Fix the bug which cause wrong internal links (Closes: #438612)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
use Test::More;
2
2
eval "use Test::Pod 1.00";
3
3
plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
4
 
all_pod_files_ok( all_pod_files(qw/bin lib/) );
 
4
all_pod_files_ok( Test::Pod::all_pod_files(qw/bin lib/) );