summaryrefslogtreecommitdiff
path: root/dist/IO
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-11-23 12:52:33 -0800
committerFather Chrysostomos <sprout@cpan.org>2011-11-24 01:45:29 -0800
commitb86ef4ceaab5d9a6fca3fcfff7b5c2e5228d2bf0 (patch)
tree6a0296d3e26e1ab3e847eba563b0122711c72ed0 /dist/IO
parent951fe2295d49113fbf7fd8211775d988e1f8a254 (diff)
downloadperl-b86ef4ceaab5d9a6fca3fcfff7b5c2e5228d2bf0.tar.gz
Increase $IO::File::VERSION to 1.16
Diffstat (limited to 'dist/IO')
-rw-r--r--dist/IO/lib/IO/File.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/IO/lib/IO/File.pm b/dist/IO/lib/IO/File.pm
index 4405e51546..8b29bac221 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;