This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Increase PerlIO’s version because of the doc change
authorFather Chrysostomos <sprout@cpan.org>
Fri, 25 Mar 2011 17:19:50 +0000 (10:19 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 25 Mar 2011 17:27:20 +0000 (10:27 -0700)
lib/PerlIO.pm

index e76e0b4..46e6e44 100644 (file)
@@ -1,6 +1,6 @@
 package PerlIO;
 
-our $VERSION = '1.06';
+our $VERSION = '1.07';
 
 # Map layer name to package that defines it
 our %alias;