This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In sv.c, _all_ {new,del}_X* macros can be *_body_allocated.
[perl5.git] / dist / Pod-Perldoc / t / checkerbasic.t
CommitLineData
1a67fee7 1
08332554
NC
2use Test::More tests => 2;
3pass();
1a67fee7
HS
4require Pod::Perldoc::ToChecker;
5$Pod::Perldoc::VERSION
6 and print "# Pod::Perldoc version $Pod::Perldoc::VERSION\n";
08332554 7pass();
1a67fee7 8