Codebase list libtest-pod-perl / upstream/1.50 t / 00-load.t
upstream/1.50

Tree @upstream/1.50 (Download .tar.gz)

00-load.t @upstream/1.50raw · history · blame

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