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:
8dcd593
)
Increase PerlIO’s version because of the doc change
author
Father Chrysostomos
<sprout@cpan.org>
Fri, 25 Mar 2011 17:19:50 +0000
(10:19 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Fri, 25 Mar 2011 17:27:20 +0000
(10:27 -0700)
lib/PerlIO.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/PerlIO.pm
b/lib/PerlIO.pm
index
e76e0b4
..
46e6e44
100644
(file)
--- a/
lib/PerlIO.pm
+++ b/
lib/PerlIO.pm
@@
-1,6
+1,6
@@
package PerlIO;
-our $VERSION = '1.0
6
';
+our $VERSION = '1.0
7
';
# Map layer name to package that defines it
our %alias;