From: Rafael Garcia-Suarez Date: Sun, 3 Jan 2010 14:47:35 +0000 (+0100) Subject: Bump version of UNIVERSAL.pm X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2484dfd45804d90a4c06fd52415df7023397d17d;p=p5sagit%2Fp5-mst-13.2.git Bump version of UNIVERSAL.pm --- diff --git a/lib/UNIVERSAL.pm b/lib/UNIVERSAL.pm index 64224e5..3529743 100644 --- a/lib/UNIVERSAL.pm +++ b/lib/UNIVERSAL.pm @@ -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