~ubuntu-branches/ubuntu/saucy/libhtml-stripscripts-perl/saucy

« back to all changes in this revision

Viewing changes to t/81pod_coverage.t

  • Committer: Bazaar Package Importer
  • Author(s): Tim Retout
  • Date: 2008-08-07 17:21:30 UTC
  • Revision ID: james.westby@ubuntu.com-20080807172130-3l9o4bwl9ftodfqh
Tags: upstream-1.04
ImportĀ upstreamĀ versionĀ 1.04

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
use Test::More;
 
2
eval "use Test::Pod::Coverage tests=>1";
 
3
plan skip_all => "Test::Pod::Coverage required for testing POD coverage"
 
4
    if $@;
 
5
 
 
6
pod_coverage_ok( "HTML::StripScripts", "HTML::StripScripts is covered" );