X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FUNIVERSAL.pm;h=7b7bfc4058a40a6bbbfbfd70d47ab3105622c227;hb=cc83745da206d409d7227df077f422fd9ecbe680;hp=5c28f9fbf87a54c42de38a0d863892cd67da767f;hpb=a2b59c1fd3e639743fd29c128802456a1105afef;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/UNIVERSAL.pm b/lib/UNIVERSAL.pm index 5c28f9f..7b7bfc4 100644 --- a/lib/UNIVERSAL.pm +++ b/lib/UNIVERSAL.pm @@ -1,6 +1,6 @@ package UNIVERSAL; -our $VERSION = '1.00'; +our $VERSION = '1.01'; # UNIVERSAL should not contain any extra subs/methods beyond those # that it exists to define. The use of Exporter below is a historical