This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
605fa6b
)
Increase $Opcode::VERSION to 1.24
author
Father Chrysostomos
<sprout@cpan.org>
Sun, 26 Aug 2012 19:29:07 +0000
(12:29 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Sun, 26 Aug 2012 20:16:55 +0000
(13:16 -0700)
ext/Opcode/Opcode.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/Opcode/Opcode.pm
b/ext/Opcode/Opcode.pm
index
dda7277
..
8ff5b3f
100644
(file)
--- a/
ext/Opcode/Opcode.pm
+++ b/
ext/Opcode/Opcode.pm
@@
-6,7
+6,7
@@
use strict;
our($VERSION, @ISA, @EXPORT_OK);
-$VERSION = "1.2
3
";
+$VERSION = "1.2
4
";
use Carp;
use Exporter ();