Bump version of UNIVERSAL.pm
authorRafael Garcia-Suarez <rgs@consttype.org>
Sun, 3 Jan 2010 14:47:35 +0000 (15:47 +0100)
committerRafael Garcia-Suarez <rgs@consttype.org>
Sun, 3 Jan 2010 14:47:35 +0000 (15:47 +0100)
lib/UNIVERSAL.pm

index 64224e5..3529743 100644 (file)
@@ -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