Update to version 1.16
[p5sagit/p5-mst-13.2.git] / lib / Devel / SelfStubber.pm
index 0a8caad..fc7ee4b 100644 (file)
@@ -1,6 +1,7 @@
 package Devel::SelfStubber;
 require SelfLoader;
 @ISA = qw(SelfLoader);
+@EXPORT = 'AUTOLOAD';
 $JUST_STUBS = 1;
 $VERSION = 1.01; sub Version {$VERSION}