projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4fddf32
)
add $VERSION
Gurusamy Sarathy [Sun, 10 Oct 1999 05:15:26 +0000 (
05:15
+0000)]
p4raw-id: //depot/perl@4332
lib/Exporter.pm
patch
|
blob
|
blame
|
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;