This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
C++: class is a keyword
[perl5.git] / lib / ExtUtils / ParseXS / t / XSTest.pm
... / ...
CommitLineData
1package XSTest;
2
3require DynaLoader;
4@ISA = qw(Exporter DynaLoader);
5$VERSION = '0.01';
6bootstrap XSTest $VERSION;
7
81;