File: selftest.t

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

use strict;
use warnings;

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");