Re: [PATCH] ExtUtils-{ParseXS,CBuilder} into bleadperl (was: Re: [Module::Build]...
[p5sagit/p5-mst-13.2.git] / lib / 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;