This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Implement 'replace' option when merging typemaps
[perl5.git] / dist / 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;