diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-08-26 12:29:07 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-08-26 13:16:55 -0700 |
commit | 440292d7cdb0228fdf82692aefb1a7f49ee515a6 (patch) | |
tree | 5490346ab0ec92343e4f1f90174fd89a0fb799a5 /ext | |
parent | 605fa6bfaf6ef9730e033df2f335330109378756 (diff) | |
download | perl-440292d7cdb0228fdf82692aefb1a7f49ee515a6.tar.gz |
Increase $Opcode::VERSION to 1.24
Diffstat (limited to 'ext')
-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 dda7277105..8ff5b3f4c4 100644 --- a/ext/Opcode/Opcode.pm +++ b/ext/Opcode/Opcode.pm @@ -6,7 +6,7 @@ use strict; our($VERSION, @ISA, @EXPORT_OK); -$VERSION = "1.23"; +$VERSION = "1.24"; use Carp; use Exporter (); |