From: Karen Etheridge Date: Fri, 14 Mar 2014 10:04:26 +0000 (+0100) Subject: use bare filehandles rather than IO::File (patch from leont)' X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FModule-Metadata.git;a=commitdiff_plain;h=1afd3813911aabc5d97125be52baeaac7370d952 use bare filehandles rather than IO::File (patch from leont)' --- diff --git a/Makefile.PL b/Makefile.PL index c23491f..9329964 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -17,7 +17,6 @@ WriteMakefile( 'Carp' => 0, 'File::Find' => 0, 'File::Spec' => 0, - 'IO::File' => 0, 'strict' => 0, 'warnings' => 0, 'vars' => 0,