diff options
Diffstat (limited to 'ext/Opcode/ops.pm')
-rw-r--r-- | ext/Opcode/ops.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/Opcode/ops.pm b/ext/Opcode/ops.pm index 9b553b7634..8a7a200665 100644 --- a/ext/Opcode/ops.pm +++ b/ext/Opcode/ops.pm @@ -1,5 +1,7 @@ package ops; +our $VERSION = '1.00'; + use Opcode qw(opmask_add opset invert_opset); sub import { |