From b86ef4ceaab5d9a6fca3fcfff7b5c2e5228d2bf0 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Wed, 23 Nov 2011 12:52:33 -0800 Subject: [PATCH] Increase $IO::File::VERSION to 1.16 --- dist/IO/lib/IO/File.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/IO/lib/IO/File.pm b/dist/IO/lib/IO/File.pm index 4405e51..8b29bac 100644 --- a/dist/IO/lib/IO/File.pm +++ b/dist/IO/lib/IO/File.pm @@ -136,7 +136,7 @@ require Exporter; @ISA = qw(IO::Handle IO::Seekable Exporter); -$VERSION = "1.15"; +$VERSION = "1.16"; @EXPORT = @IO::Seekable::EXPORT; -- 2.7.4