diff options
author | Max Maischein <corion@corion.net> | 2014-12-21 11:18:45 +0100 |
---|---|---|
committer | Max Maischein <corion@corion.net> | 2014-12-21 11:45:39 +0100 |
commit | e31034da4547cf4bcecd416395eff1d626de25d1 (patch) | |
tree | b2711820c3157080bb0848adf1b9088024ed7ca7 /lib/B/Op_private.pm | |
parent | b5d4d3b9564344c8ca047e569368a82016215fa3 (diff) | |
download | perl-e31034da4547cf4bcecd416395eff1d626de25d1.tar.gz |
Bump version number to 5.21.8
Add 5.21.8 in Module::CoreList
Point Maintainers.pl to new version of Module::CoreList
Diffstat (limited to 'lib/B/Op_private.pm')
-rw-r--r-- | lib/B/Op_private.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/B/Op_private.pm b/lib/B/Op_private.pm index e7383644b7..b6d2f21b15 100644 --- a/lib/B/Op_private.pm +++ b/lib/B/Op_private.pm @@ -118,7 +118,7 @@ package B::Op_private; our %bits; -our $VERSION = "5.021007"; +our $VERSION = "5.021008"; $bits{$_}{3} = 'OPpENTERSUB_AMPER' for qw(entersub rv2cv); $bits{$_}{6} = 'OPpENTERSUB_DB' for qw(entersub rv2cv); |