This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Oops. I thought I tested that.
[perl5.git] / dist / Pod-Perldoc / t / perldocbasic.t
CommitLineData
1a67fee7 1
08332554
NC
2use Test::More tests => 3;
3pass();
1a67fee7
HS
4require Pod::Perldoc;
5ok($Pod::Perldoc::VERSION)
6 and print "# Pod::Perldoc version $Pod::Perldoc::VERSION\n";
08332554 7pass();
1a67fee7 8