From: Father Chrysostomos Date: Thu, 6 Oct 2011 07:10:06 +0000 (-0700) Subject: Increase $mro::VERSION from 1.08 to 1.09 X-Git-Tag: accepted/trunk/20130322.191538~2492^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bc2086b8c3b589b640f2f4431d943eb6adfe5f35;p=platform%2Fupstream%2Fperl.git Increase $mro::VERSION from 1.08 to 1.09 --- diff --git a/ext/mro/mro.pm b/ext/mro/mro.pm index ec7ba84..31f5ce6 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.08'; +our $VERSION = '1.09'; sub import { mro::set_mro(scalar(caller), $_[1]) if $_[1];