summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-11-23 12:52:20 -0800
committerFather Chrysostomos <sprout@cpan.org>2011-11-24 01:45:28 -0800
commit951fe2295d49113fbf7fd8211775d988e1f8a254 (patch)
treec3930d9074744733a405de9b37741bd75990bdcf /dist
parent703227f59cc3b14a9efa961724fa73bb85bb0a78 (diff)
downloadperl-951fe2295d49113fbf7fd8211775d988e1f8a254.tar.gz
Remove ‘use File::Spec’ from IO::File
It is not using it any more.
Diffstat (limited to 'dist')
-rw-r--r--dist/IO/lib/IO/File.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/dist/IO/lib/IO/File.pm b/dist/IO/lib/IO/File.pm
index 1162c812e3..4405e51546 100644
--- a/dist/IO/lib/IO/File.pm
+++ b/dist/IO/lib/IO/File.pm
@@ -131,7 +131,6 @@ use Carp;
use Symbol;
use SelectSaver;
use IO::Seekable;
-use File::Spec;
require Exporter;