diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-10-10 05:15:26 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-10-10 05:15:26 +0000 |
commit | 90564d9841a592d4954f5fb3ef7a8ffd42cd7c65 (patch) | |
tree | 83dff584f8e6b673be53633e65821a1fb796cc39 /lib | |
parent | 4fddf32b02405fe6f8dbd7b7013cd63eb6be0196 (diff) | |
download | perl-90564d9841a592d4954f5fb3ef7a8ffd42cd7c65.tar.gz |
add $VERSION
p4raw-id: //depot/perl@4332
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Exporter.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Exporter.pm b/lib/Exporter.pm index adc843b9f5..585109e7d0 100644 --- a/lib/Exporter.pm +++ b/lib/Exporter.pm @@ -4,6 +4,7 @@ require 5.001; $ExportLevel = 0; $Verbose ||= 0; +$VERSION = '5.562'; sub export_to_level { require Exporter::Heavy; |