source: vendor/perl/5.8.8/lib/Pod/Perldoc/t/perldocbasic.t

Last change on this file was 3181, checked in by bird, 19 years ago

perl 5.8.8

File size: 160 bytes
Line 
1
2use Test;
3BEGIN {plan tests => 3};
4ok 1;
5require Pod::Perldoc;
6ok($Pod::Perldoc::VERSION)
7 and print "# Pod::Perldoc version $Pod::Perldoc::VERSION\n";
8ok 1;
9
Note: See TracBrowser for help on using the repository browser.