File: selftest.t

package info (click to toggle)
libtest-pod-perl 1.44-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 164 kB
  • sloc: perl: 265; 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");