diff options
author | Paul Marquess <pmarquess@bfsec.bt.co.uk> | 1996-02-06 14:09:49 +0000 |
---|---|---|
committer | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1996-02-06 14:09:49 +0000 |
commit | 73c78b0a2be8a786003c2c964410ac778b021b43 (patch) | |
tree | 6a473194ed692f1d41bcc0773600a004bd197270 /lib/Devel | |
parent | 785da04d1d58a83562b02a5c8764cea0dc6ceede (diff) | |
download | perl-73c78b0a2be8a786003c2c964410ac778b021b43.tar.gz |
VERSION Patch
Diffstat (limited to 'lib/Devel')
-rw-r--r-- | lib/Devel/SelfStubber.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Devel/SelfStubber.pm b/lib/Devel/SelfStubber.pm index 0a8caadad0..fc7ee4b511 100644 --- a/lib/Devel/SelfStubber.pm +++ b/lib/Devel/SelfStubber.pm @@ -1,6 +1,7 @@ package Devel::SelfStubber; require SelfLoader; @ISA = qw(SelfLoader); +@EXPORT = 'AUTOLOAD'; $JUST_STUBS = 1; $VERSION = 1.01; sub Version {$VERSION} |