This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
703227f
)
Remove ‘use File::Spec’ from IO::File
author
Father Chrysostomos
<sprout@cpan.org>
Wed, 23 Nov 2011 20:52:20 +0000
(12:52 -0800)
committer
Father 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
patch
|
blob
|
blame
|
history
diff --git
a/dist/IO/lib/IO/File.pm
b/dist/IO/lib/IO/File.pm
index
1162c81
..
4405e51
100644
(file)
--- 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;