~ubuntu-branches/ubuntu/vivid/libzabbix-api-perl/vivid

« back to all changes in this revision

Viewing changes to t/pod-syntax.t

  • Committer: Package Import Robot
  • Author(s): Dmitry Smirnov
  • Date: 2012-08-11 04:26:46 UTC
  • Revision ID: package-import@ubuntu.com-20120811042646-le16xahtf2pjzxuv
Tags: upstream-0.004+git20120629
ImportĀ upstreamĀ versionĀ 0.004+git20120629

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
use Test::More;
 
2
 
 
3
plan skip_all => 'Author test. Set $ENV{AUTHOR_TESTS} to a true value to run.' unless $ENV{AUTHOR_TESTS};
 
4
 
 
5
eval "use Test::Pod 1.00";
 
6
 
 
7
plan skip_all => 'Test::Pod 1.00+ required for testing pod coverage' if $@;
 
8
 
 
9
all_pod_files_ok();