diff options
Diffstat (limited to 'lib')
-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 |