This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
bump IO.pm version
authorTony Cook <tony@develop-help.com>
Mon, 2 Jul 2012 10:14:58 +0000 (20:14 +1000)
committerTony 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

index 011603f..4e06f47 100644 (file)
@@ -7,7 +7,7 @@ use Carp;
 use strict;
 use warnings;
 
-our $VERSION = "1.25_07";
+our $VERSION = "1.25_08";
 XSLoader::load 'IO', $VERSION;
 
 sub import {