From c5d4c3488c8559a959ab8dc29ca4459a2249b7f7 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Tue, 30 Dec 2003 09:58:08 +0000 Subject: [PATCH] Bump up UNIVERSAL's version to 1.02 (due to fix #21418) p4raw-id: //depot/perl@22001 --- lib/UNIVERSAL.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/UNIVERSAL.pm b/lib/UNIVERSAL.pm index c5f22eb..8808271 100644 --- a/lib/UNIVERSAL.pm +++ b/lib/UNIVERSAL.pm @@ -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 -- 2.7.4