From: Jesse Vincent Date: Wed, 30 Sep 2009 20:11:05 +0000 (+0900) Subject: IO has some minor differences from CPAN. Bump to a _ dev version. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a5e10bdb4a897619081a6787d11133253f75d191;p=p5sagit%2Fp5-mst-13.2.git IO has some minor differences from CPAN. Bump to a _ dev version. --- diff --git a/dist/IO/IO.pm b/dist/IO/IO.pm index a72e224..c63648e 100644 --- a/dist/IO/IO.pm +++ b/dist/IO/IO.pm @@ -7,7 +7,7 @@ use Carp; use strict; use warnings; -our $VERSION = "1.25"; +our $VERSION = "1.25_01"; XSLoader::load 'IO', $VERSION; sub import {