Attempt at making IO::Handle backwards compatible again
[p5sagit/p5-mst-13.2.git] / ext / IO / IO.pm
index 70017cb..9fccc3a 100644 (file)
@@ -7,7 +7,7 @@ use Carp;
 use strict;
 use warnings;
 
-our $VERSION = "1.20";
+our $VERSION = "1.22";
 XSLoader::load 'IO', $VERSION;
 
 sub import {