summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2018-04-20 22:57:08 +0200
committerSawyer X <xsawyerx@cpan.org>2018-04-20 23:09:53 +0200
commit999f678663d12737388c2458d58b37af627911d0 (patch)
tree4c1112b1cc8610be3fb4f1d93696314b6becb0f7 /lib
parente4c43fa15fb1181519a806b3a9d3ed29026712d2 (diff)
downloadperl-999f678663d12737388c2458d58b37af627911d0.tar.gz
Fix Module::CoreList versions
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 8511edf1b4..27516a39c1 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.027011";
+our $VERSION = "5.028000";
$bits{$_}{3} = 'OPpENTERSUB_AMPER' for qw(entersub rv2cv);
$bits{$_}{6} = 'OPpENTERSUB_DB' for qw(entersub rv2cv);