File: pod-coverage.t

package info (click to toggle)
libtest-lectrotest-perl 0.5001-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 412 kB
  • sloc: perl: 1,808; sh: 13; makefile: 6
file content (21 lines) | stat: -rw-r--r-- 670 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# standard Test::Pod::Coverage recipe for module authors

use Test::More;
eval "use Test::Pod::Coverage 1.00";
plan skip_all => "Test::Pod::Coverage 1.00 required for testing POD coverage"
    if $@;
my $trusted = join "|", split ' ', do { local $/; <DATA> };
all_pod_coverage_ok( { trustme => [qr/^$trusted$/] } );


# Properties and Generators are created and invoked using special
# syntax.  Thus the typical OO means of creating them are discouraged
# in the documentation.  Nevertheless, the documentation does fully
# explain how to create and use these objects.  The following hints
# help Pod::Coverage to recognize the fact:

__DATA__
Property
Gen
generate
new