summaryrefslogtreecommitdiff
path: root/ext/Opcode
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2022-03-05 16:16:25 +0000
committerPaul Evans <leonerd@leonerd.org.uk>2022-03-07 16:44:11 +0000
commit5a94615fd16a4fb4375917ca80b65f34f2c0d69c (patch)
treeb2d711393523be1ca5a3736d2a1960c38dbbbe84 /ext/Opcode
parentebd227f24001c3df0f1d7cf2cc9041fe9392f818 (diff)
downloadperl-5a94615fd16a4fb4375917ca80b65f34f2c0d69c.tar.gz
Rename is{bool,weak} to is_{bool,weak}
Diffstat (limited to 'ext/Opcode')
-rw-r--r--ext/Opcode/Opcode.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/Opcode/Opcode.pm b/ext/Opcode/Opcode.pm
index 377659d2f4..051fad7891 100644
--- a/ext/Opcode/Opcode.pm
+++ b/ext/Opcode/Opcode.pm
@@ -6,7 +6,7 @@ use strict;
our($VERSION, @ISA, @EXPORT_OK);
-$VERSION = "1.56";
+$VERSION = "1.57";
use Carp;
use Exporter 'import';
@@ -353,8 +353,8 @@ invert_opset function.
cmpchain_and cmpchain_dup
- isbool
- isweak weaken unweaken
+ is_bool
+ is_weak weaken unweaken
leaveeval -- needed for Safe to operate, is safe
without entereval