1package XSTest;
2
3require DynaLoader;
4@ISA = qw(Exporter DynaLoader);
5$VERSION = '0.01';
6bootstrap XSTest $VERSION;
7
81;
9