From 1522d188b83c42df1e2b65084cfe4fb70415b67b Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sun, 25 Aug 2013 00:13:33 -0700 Subject: [PATCH] Increase $mro::VERSION to 1.14 --- 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 fddc3fb..71affb4 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.13'; +our $VERSION = '1.14'; sub import { mro::set_mro(scalar(caller), $_[1]) if $_[1]; -- 2.7.4