From a18bab6ebbe98d43ddd701fa7af24cad76eabe8c Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sat, 8 Feb 2014 17:09:46 -0800 Subject: [PATCH 1/1] Increase $mro::VERSION to 1.15 --- 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 71affb4..f2b95d5 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.14'; +our $VERSION = '1.15'; sub import { mro::set_mro(scalar(caller), $_[1]) if $_[1]; -- 1.8.3.1