Version bump for UNIVERSAL.pm identified by
authorJesse Vincent <jesse@bestpractical.com>
Thu, 20 Jan 2011 19:05:27 +0000 (14:05 -0500)
committerJesse Vincent <jesse@bestpractical.com>
Thu, 20 Jan 2011 19:05:27 +0000 (14:05 -0500)
./perl -Ilib Porting/cmpVERSION.pl -xd . v5.13.8

lib/UNIVERSAL.pm

index f314d9c..d66d4c5 100644 (file)
@@ -1,6 +1,6 @@
 package UNIVERSAL;
 
-our $VERSION = '1.07';
+our $VERSION = '1.08';
 
 # UNIVERSAL should not contain any extra subs/methods beyond those
 # that it exists to define. The use of Exporter below is a historical