X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/65c5495aa9ec4a88c49e80d3be8a94dc896cc0cf..a18bab6ebbe98d43ddd701fa7af24cad76eabe8c:/ext/mro/mro.pm 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];