Codebase list libtest-pod-perl / c94f5ff
Show Pod::Simple version for debugging Andy Lester 14 years ago
1 changed file(s) with 3 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
11
22 use warnings;
33 use strict;
4 use Test::More tests => 1;
4 use Test::More tests => 2;
55
66 BEGIN {
77 use_ok( 'Test::Pod' );
8 use_ok( 'Pod::Simple' );
89 }
910
1011 diag( "Testing Test::Pod $Test::Pod::VERSION, Perl $], $^X" );
12 diag( "Using Pod::Simple $Pod::Simple::VERSION" );