diff options
author | Sawyer X <xsawyerx@cpan.org> | 2015-02-21 07:44:28 +0100 |
---|---|---|
committer | Sawyer X <xsawyerx@cpan.org> | 2015-02-21 07:44:28 +0100 |
commit | 0516fbdf70f66445a01d3f2b81ab6a88986b084d (patch) | |
tree | 3f197c9812b82a8441eb42227c82d4ea37287385 /lib | |
parent | a9c3e753b959cefc42371c2b65a80047e6c5fc02 (diff) | |
download | perl-0516fbdf70f66445a01d3f2b81ab6a88986b084d.tar.gz |
added link to announcement
Diffstat (limited to 'lib')
-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 e1cc2ce307..9a2d6c389e 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.021009"; +our $VERSION = "5.021010"; $bits{$_}{3} = 'OPpENTERSUB_AMPER' for qw(entersub rv2cv); $bits{$_}{6} = 'OPpENTERSUB_DB' for qw(entersub rv2cv); |