This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In Win32 the cmd.exe console output doesn't seem to
[perl5.git] / lib / Pod / Perldoc / t / checkerbasic.t
CommitLineData
1a67fee7
HS
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