projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fddf32
)
add $VERSION
author
Gurusamy Sarathy
<gsar@cpan.org>
Sun, 10 Oct 1999 05:15:26 +0000
(
05:15
+0000)
committer
Gurusamy Sarathy
<gsar@cpan.org>
Sun, 10 Oct 1999 05:15:26 +0000
(
05:15
+0000)
p4raw-id: //depot/perl@4332
lib/Exporter.pm
patch
|
blob
|
history
diff --git
a/lib/Exporter.pm
b/lib/Exporter.pm
index
adc843b
..
585109e
100644
(file)
--- 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;