This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
ParseXS - better support for duplicate ALIASes
[perl5.git] / dist / ExtUtils-ParseXS / t / XSUsage.pm
CommitLineData
708f9ca6
DG
1package XSUsage;
2
3require DynaLoader;
4@ISA = qw(Exporter DynaLoader);
5$VERSION = '0.01';
6bootstrap XSUsage $VERSION;