~ubuntu-branches/ubuntu/oneiric/libhttp-request-ascgi-perl/oneiric

« back to all changes in this revision

Viewing changes to t/release-pod-coverage.t

  • Committer: Bazaar Package Importer
  • Author(s): Krzysztof Krzyżaniak (eloy)
  • Date: 2009-12-01 11:25:21 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20091201112521-l8ns0u3ceqj3lb5k
Tags: 1.0-1
* New upstream release
* debian/control: update Standards-Version to 3.8.3, fixed spelling

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!perl
 
2
 
 
3
BEGIN {
 
4
  unless ($ENV{RELEASE_TESTING}) {
 
5
    require Test::More;
 
6
    Test::More::plan(skip_all => 'these tests are for release candidate testing');
 
7
  }
 
8
}
 
9
 
 
10
 
 
11
use Test::More;
 
12
 
 
13
eval "use Test::Pod::Coverage 1.08";
 
14
plan skip_all => "Test::Pod::Coverage 1.08 required for testing POD coverage"
 
15
  if $@;
 
16
 
 
17
eval "use Pod::Coverage::TrustPod";
 
18
plan skip_all => "Pod::Coverage::TrustPod required for testing POD coverage"
 
19
  if $@;
 
20
 
 
21
all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::TrustPod' });
 
 
b'\\ No newline at end of file'