diff options
author | Father Chrysostomos <sprout@cpan.org> | 2010-11-30 22:36:52 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-12-01 05:20:42 -0800 |
commit | 750c2d3dd28995e0efeff01d561e25cd5e1be538 (patch) | |
tree | ce959a9735e8512ba736e745c045d1a57b458ded /ext | |
parent | a5cd004dbd757df2bcf9e17aab6a8ed1272157d7 (diff) | |
download | perl-750c2d3dd28995e0efeff01d561e25cd5e1be538.tar.gz |
++substr $mro'VERSION, -1
Diffstat (limited to 'ext')
-rw-r--r-- | ext/mro/mro.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mro/mro.pm b/ext/mro/mro.pm index f8c8a5b5cd..ef47c843ce 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]; |