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

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

perl 5.8.8

File size: 167 bytes
Line 
1
2use Test;
3BEGIN {plan tests => 2};
4ok 1;
5require Pod::Perldoc::ToChecker;
6$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.