diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/mro.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/mro.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/mro.pm b/Master/tlpkg/tlperl/lib/mro.pm index 093d080c472..0946fb67221 100644 --- a/Master/tlpkg/tlperl/lib/mro.pm +++ b/Master/tlpkg/tlperl/lib/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.17'; +our $VERSION = '1.18'; sub import { mro::set_mro(scalar(caller), $_[1]) if $_[1]; |