~ubuntu-branches/ubuntu/natty/libsignatures-perl/natty

« back to all changes in this revision

Viewing changes to xt/author/podcoverage.t

  • Committer: Bazaar Package Importer
  • Author(s): Ryan Niebur
  • Date: 2009-05-18 20:34:44 UTC
  • Revision ID: james.westby@ubuntu.com-20090518203444-ee3iqibpk6uxo7u8
Tags: upstream-0.05
ImportĀ upstreamĀ versionĀ 0.05

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
use strict;
 
2
use warnings;
 
3
use Test::Pod::Coverage;
 
4
 
 
5
all_pod_coverage_ok({
 
6
    also_private => [qw/
 
7
        import
 
8
        unimport
 
9
        setup
 
10
        setup_for
 
11
        teardown
 
12
        teardown_for
 
13
    /],
 
14
});