This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
A typemap is a file, not a directory.
[perl5.git] / dist / ExtUtils-ParseXS / t / XSTest.pm
1 package XSTest;
2
3 require DynaLoader;
4 @ISA = qw(Exporter DynaLoader);
5 $VERSION = '0.01';
6 bootstrap XSTest $VERSION;
7
8 1;