projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
252143c
)
Bump version of UNIVERSAL.pm
Rafael Garcia-Suarez [Sun, 3 Jan 2010 14:47:35 +0000 (15:47 +0100)]
lib/UNIVERSAL.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/UNIVERSAL.pm
b/lib/UNIVERSAL.pm
index
64224e5
..
3529743
100644
(file)
--- a/
lib/UNIVERSAL.pm
+++ b/
lib/UNIVERSAL.pm
@@
-1,6
+1,6
@@
package UNIVERSAL;
-our $VERSION = '1.05';
+our $VERSION = '1.06';
# UNIVERSAL should not contain any extra subs/methods beyond those
# that it exists to define. The use of Exporter below is a historical