File: podcoverage.t

package info (click to toggle)
libsignatures-perl 0.05-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 340 kB
  • ctags: 816
  • sloc: perl: 1,227; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 213 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
use strict;
use warnings;
use Test::Pod::Coverage;

all_pod_coverage_ok({
    also_private => [qw/
        import
        unimport
        setup
        setup_for
        teardown
        teardown_for
    /],
});