This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Document in perldelta Karl's work I just merged
[perl5.git] / cpan / ExtUtils-ParseXS / t / XSTest.pm
CommitLineData
6b09c160
YST
1package XSTest;
2
3require DynaLoader;
4@ISA = qw(Exporter DynaLoader);
5$VERSION = '0.01';
6bootstrap XSTest $VERSION;
7
81;