File: selftest.t

package info (click to toggle)
libtest-pod-perl 1.51-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 192 kB
  • ctags: 10
  • sloc: perl: 264; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 149 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
#!perl -T

use Test::More tests=>2;

BEGIN {
    use_ok( "Test::Pod" );
}

my $self = $INC{'Test/Pod.pm'};

pod_file_ok($self, "My own pod is OK");