From: Father Chrysostomos Date: Wed, 23 Nov 2011 20:52:33 +0000 (-0800) Subject: Increase $IO::File::VERSION to 1.16 X-Git-Tag: accepted/trunk/20130322.191538~1979 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b86ef4ceaab5d9a6fca3fcfff7b5c2e5228d2bf0;p=platform%2Fupstream%2Fperl.git Increase $IO::File::VERSION to 1.16 --- 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;