Bump up UNIVERSAL's version to 1.02
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 30 Dec 2003 09:58:08 +0000 (09:58 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 30 Dec 2003 09:58:08 +0000 (09:58 +0000)
(due to fix #21418)

p4raw-id: //depot/perl@22001

lib/UNIVERSAL.pm

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