diff options
Diffstat (limited to 'ext/Opcode/Opcode.pm')
-rw-r--r-- | ext/Opcode/Opcode.pm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ext/Opcode/Opcode.pm b/ext/Opcode/Opcode.pm index bb4b74d8e5..25b66d15a6 100644 --- a/ext/Opcode/Opcode.pm +++ b/ext/Opcode/Opcode.pm @@ -6,14 +6,13 @@ use strict; our($VERSION, @ISA, @EXPORT_OK); -$VERSION = "1.51"; +$VERSION = "1.52"; use Carp; -use Exporter (); +use Exporter 'import'; use XSLoader; BEGIN { - @ISA = qw(Exporter); @EXPORT_OK = qw( opset ops_to_opset opset_to_ops opset_to_hex invert_opset |