Remove ‘use File::Spec’ from IO::File
authorFather Chrysostomos <sprout@cpan.org>
Wed, 23 Nov 2011 20:52:20 +0000 (12:52 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 24 Nov 2011 09:45:28 +0000 (01:45 -0800)
It is not using it any more.

dist/IO/lib/IO/File.pm

index 1162c81..4405e51 100644 (file)
@@ -131,7 +131,6 @@ use Carp;
 use Symbol;
 use SelectSaver;
 use IO::Seekable;
-use File::Spec;
 
 require Exporter;