From: Rafael Garcia-Suarez Date: Tue, 30 Dec 2003 09:58:08 +0000 (+0000) Subject: Bump up UNIVERSAL's version to 1.02 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c5d4c3488c8559a959ab8dc29ca4459a2249b7f7;p=p5sagit%2Fp5-mst-13.2.git Bump up UNIVERSAL's version to 1.02 (due to fix #21418) p4raw-id: //depot/perl@22001 --- 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