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