diff options
Diffstat (limited to 'ext/Opcode')
-rw-r--r-- | ext/Opcode/ops.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Opcode/ops.pm b/ext/Opcode/ops.pm index 78ec442679..4183669eb1 100644 --- a/ext/Opcode/ops.pm +++ b/ext/Opcode/ops.pm @@ -1,6 +1,6 @@ package ops; -our $VERSION = '1.01'; +our $VERSION = '1.02'; use Opcode qw(opmask_add opset invert_opset); |