Move ExtUtils::ParseXS from ext/ to cpan/
[p5sagit/p5-mst-13.2.git] / cpan / ExtUtils-ParseXS / t / XSUsage.pm
1 package XSUsage;
2
3 require DynaLoader;
4 @ISA = qw(Exporter DynaLoader);
5 $VERSION = '0.01';
6 bootstrap XSUsage $VERSION;