~ubuntu-branches/ubuntu/saucy/libmonitoring-livestatus-class-perl/saucy

« back to all changes in this revision

Viewing changes to t/pod.t

  • Committer: Package Import Robot
  • Author(s): Alexander Wirt
  • Date: 2012-09-23 12:52:44 UTC
  • Revision ID: package-import@ubuntu.com-20120923125244-tj2b60nma3530edj
Tags: upstream-0.3
ImportĀ upstreamĀ versionĀ 0.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!perl -T
 
2
 
 
3
use strict;
 
4
use warnings;
 
5
use Test::More;
 
6
 
 
7
# Ensure a recent version of Test::Pod
 
8
my $min_tp = 1.22;
 
9
eval "use Test::Pod $min_tp";
 
10
plan skip_all => "Test::Pod $min_tp required for testing POD" if $@;
 
11
 
 
12
all_pod_files_ok();