From 750c2d3dd28995e0efeff01d561e25cd5e1be538 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Tue, 30 Nov 2010 22:36:52 -0800 Subject: [PATCH] ++substr $mro'VERSION, -1 --- ext/mro/mro.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/mro/mro.pm b/ext/mro/mro.pm index f8c8a5b..ef47c84 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.05'; +our $VERSION = '1.06'; sub import { mro::set_mro(scalar(caller), $_[1]) if $_[1]; -- 2.7.4