diff options
author | Father Chrysostomos <sprout@cpan.org> | 2014-12-21 07:07:51 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-12-21 07:09:06 -0800 |
commit | 1d81070ca144bd13aff541b3c7f6054dce2c7429 (patch) | |
tree | 3c148c0ecbcede8a1ce2a82b0de15f8eb8b6140c /ext/Opcode/Opcode.pm | |
parent | 3891fb2fc9427c44fcc1e3a21425c2ddc38f7522 (diff) | |
download | perl-1d81070ca144bd13aff541b3c7f6054dce2c7429.tar.gz |
Increase $Opcode::VERSION to 1.31
Diffstat (limited to 'ext/Opcode/Opcode.pm')
-rw-r--r-- | ext/Opcode/Opcode.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Opcode/Opcode.pm b/ext/Opcode/Opcode.pm index b9f67dd324..94d3b219be 100644 --- a/ext/Opcode/Opcode.pm +++ b/ext/Opcode/Opcode.pm @@ -6,7 +6,7 @@ use strict; our($VERSION, @ISA, @EXPORT_OK); -$VERSION = "1.30"; +$VERSION = "1.31"; use Carp; use Exporter (); |