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
1
2 use Test;
3 BEGIN {plan tests => 2};
4 ok 1;
5 require Pod::Perldoc::ToChecker;
6 $Pod::Perldoc::VERSION
7  and print "# Pod::Perldoc version $Pod::Perldoc::VERSION\n";
8 ok 1;
9