Move Pod::Perldoc from lib to ext.
[p5sagit/p5-mst-13.2.git] / ext / Pod-Perldoc / t / textbasic.t
CommitLineData
1a67fee7 1
2use Test;
3BEGIN {plan tests => 2};
4ok 1;
5require Pod::Perldoc::ToText;
6$Pod::Perldoc::VERSION
7 and print "# Pod::Perldoc version $Pod::Perldoc::VERSION\n";
8ok 1;
9