deprecate_old() is not public, and only used within toke.c, so can be static.
[p5sagit/p5-mst-13.2.git] / cpan / ExtUtils-ParseXS / t / XSTest.pm
CommitLineData
6b09c160 1package XSTest;
2
3require DynaLoader;
4@ISA = qw(Exporter DynaLoader);
5$VERSION = '0.01';
6bootstrap XSTest $VERSION;
7
81;