File: 00-load.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 (13 lines) | stat: -rw-r--r-- 246 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!perl -T

use warnings;
use strict;
use Test::More tests => 2;

BEGIN {
    use_ok( 'Test::Pod' );
    use_ok( 'Pod::Simple' );
}

diag( "Testing Test::Pod $Test::Pod::VERSION, Perl $], $^X" );
diag( "Using Pod::Simple $Pod::Simple::VERSION" );