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
(from parent 1:
1804235
)
bump IO.pm version
author
Tony Cook
<tony@develop-help.com>
Mon, 2 Jul 2012 10:14:58 +0000
(20:14 +1000)
committer
Tony Cook
<tony@develop-help.com>
Mon, 2 Jul 2012 10:14:58 +0000
(20:14 +1000)
cmpVERSION doesn't pick this up - should it?
dist/IO/IO.pm
patch
|
blob
|
blame
|
history
diff --git
a/dist/IO/IO.pm
b/dist/IO/IO.pm
index
011603f
..
4e06f47
100644
(file)
--- a/
dist/IO/IO.pm
+++ b/
dist/IO/IO.pm
@@
-7,7
+7,7
@@
use Carp;
use strict;
use warnings;
-our $VERSION = "1.25_0
7
";
+our $VERSION = "1.25_0
8
";
XSLoader::load 'IO', $VERSION;
sub import {