diff options
author | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-01-03 15:47:35 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-01-03 15:47:35 +0100 |
commit | 2484dfd45804d90a4c06fd52415df7023397d17d (patch) | |
tree | dc5d14af5bffef9df1a79919aaf5c7eab9ca7a45 /lib/UNIVERSAL.pm | |
parent | 252143cdf7e8cbc8993bacb85f05a8b3df8685d6 (diff) | |
download | perl-2484dfd45804d90a4c06fd52415df7023397d17d.tar.gz |
Bump version of UNIVERSAL.pm
Diffstat (limited to 'lib/UNIVERSAL.pm')
-rw-r--r-- | lib/UNIVERSAL.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/UNIVERSAL.pm b/lib/UNIVERSAL.pm index 64224e5122..35297431ec 100644 --- 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 |