summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/IO/File.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/IO/File.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/IO/File.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/Master/tlpkg/tlperl/lib/IO/File.pm b/Master/tlpkg/tlperl/lib/IO/File.pm
index 1162c812e3a..8b29bac2210 100644
--- a/Master/tlpkg/tlperl/lib/IO/File.pm
+++ b/Master/tlpkg/tlperl/lib/IO/File.pm
@@ -131,13 +131,12 @@ use Carp;
use Symbol;
use SelectSaver;
use IO::Seekable;
-use File::Spec;
require Exporter;
@ISA = qw(IO::Handle IO::Seekable Exporter);
-$VERSION = "1.15";
+$VERSION = "1.16";
@EXPORT = @IO::Seekable::EXPORT;