From 4584e091859431a0815b023aef74c464526ea9aa Mon Sep 17 00:00:00 2001 From: David Golden Date: Sat, 7 Jul 2018 10:11:38 -0400 Subject: [PATCH] Update Makefile.PL --- Makefile.PL | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 59f310a..2be1f3a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -29,10 +29,10 @@ my %WriteMakefileArgs = ( "File::Temp" => "0.19", "File::stat" => 0, "constant" => 0, - "if" => 0, "overload" => 0, "strict" => 0, - "warnings" => 0 + "warnings" => 0, + "warnings::register" => 0 }, "TEST_REQUIRES" => { "Digest::MD5" => 0, @@ -73,12 +73,12 @@ my %FallbackPrereqs = ( "File::stat" => 0, "Test::More" => "0.96", "constant" => 0, - "if" => 0, "lib" => 0, "open" => 0, "overload" => 0, "strict" => 0, - "warnings" => 0 + "warnings" => 0, + "warnings::register" => 0 );