summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2017-07-20 20:53:42 +0100
committerAaron Crane <arc@cpan.org>2017-07-20 21:01:16 +0100
commit56c35cf6201e8e4c101fea1c8bc4878b17afd323 (patch)
treef7ae8795f70410f0800640ca7c78c0ae8cc56cd1 /lib
parent0e58c72cd502c10f2cca3ff696e2d585c3555314 (diff)
downloadperl-56c35cf6201e8e4c101fea1c8bc4878b17afd323.tar.gz
Bump Perl version from 5.27.2 to 5.27.3
Including the various pieces of Module::CoreList.
Diffstat (limited to 'lib')
-rw-r--r--lib/B/Op_private.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/B/Op_private.pm b/lib/B/Op_private.pm
index 74c327d224..034f366523 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.027002";
+our $VERSION = "5.027003";
$bits{$_}{3} = 'OPpENTERSUB_AMPER' for qw(entersub rv2cv);
$bits{$_}{6} = 'OPpENTERSUB_DB' for qw(entersub rv2cv);