From: Father Chrysostomos Date: Sat, 30 Oct 2010 12:15:36 +0000 (-0700) Subject: Increase mro’s version X-Git-Tag: accepted/trunk/20130322.191538~7053^2~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dff7d458d1908c480f5e02c7a7de6e1e157b0e65;p=platform%2Fupstream%2Fperl.git Increase mro’s version --- diff --git a/ext/mro/mro.pm b/ext/mro/mro.pm index 8001b7a..7c28658 100644 --- a/ext/mro/mro.pm +++ b/ext/mro/mro.pm @@ -12,7 +12,7 @@ use warnings; # mro.pm versions < 1.00 reserved for MRO::Compat # for partial back-compat to 5.[68].x -our $VERSION = '1.04'; +our $VERSION = '1.05'; sub import { mro::set_mro(scalar(caller), $_[1]) if $_[1];