Increase $IO::File::VERSION to 1.16
authorFather Chrysostomos <sprout@cpan.org>
Wed, 23 Nov 2011 20:52:33 +0000 (12:52 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 24 Nov 2011 09:45:29 +0000 (01:45 -0800)
dist/IO/lib/IO/File.pm

index 4405e51..8b29bac 100644 (file)
@@ -136,7 +136,7 @@ require Exporter;
 
 @ISA = qw(IO::Handle IO::Seekable Exporter);
 
-$VERSION = "1.15";
+$VERSION = "1.16";
 
 @EXPORT = @IO::Seekable::EXPORT;