From df4677439d7b3658e2d896ffaab903b01c2e2fe6 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Wed, 12 Oct 2016 17:41:36 -0700 Subject: Bug 1301887 - File::Slurp triggers warnings on perl 5.24 and it is recommended to not use it (#21) r=mtyson --- Makefile.PL | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index ca3176202..325fed4d1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -55,7 +55,6 @@ my %requires = ( 'Digest::SHA' => 0, 'Email::MIME' => '1.904', 'Email::Sender' => '1.300011', - 'File::Slurp' => '9999.13', 'HTTP::Request' => 0, 'HTTP::Response' => 0, 'JSON::XS' => '2.01', -- cgit v1.2.3-24-g4f1b