summaryrefslogtreecommitdiff
path: root/lib/Exporter.pm
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-10-10 05:15:26 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-10-10 05:15:26 +0000
commit90564d9841a592d4954f5fb3ef7a8ffd42cd7c65 (patch)
tree83dff584f8e6b673be53633e65821a1fb796cc39 /lib/Exporter.pm
parent4fddf32b02405fe6f8dbd7b7013cd63eb6be0196 (diff)
downloadperl-90564d9841a592d4954f5fb3ef7a8ffd42cd7c65.tar.gz
add $VERSION
p4raw-id: //depot/perl@4332
Diffstat (limited to 'lib/Exporter.pm')
-rw-r--r--lib/Exporter.pm1
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;