diff -Nur -x '*.orig' -x '*.rej' Mail-DMARC-1.20141206/Build.PL mezzanine_patched_Mail-DMARC-1.20141206/Build.PL --- Mail-DMARC-1.20141206/Build.PL 2014-12-06 07:56:07.000000000 +0100 +++ mezzanine_patched_Mail-DMARC-1.20141206/Build.PL 2016-04-28 12:33:32.230121922 +0200 @@ -3,17 +3,17 @@ use strict; use warnings; -use Module::Build 0.3601; +use Module::Build 0.35; my %module_build_args = ( "build_requires" => { - "Module::Build" => "0.3601" + "Module::Build" => "0.35" }, "configure_requires" => { "ExtUtils::MakeMaker" => 0, "File::ShareDir::Install" => "0.06", - "Module::Build" => "0.3601" + "Module::Build" => "0.35" }, "dist_abstract" => "Perl implementation of DMARC", "dist_author" => [ @@ -88,7 +88,6 @@ "bin/dmarc_receive", "bin/dmarc_send_reports", "bin/dmarc_view_reports", - "bin/install_deps.pl" ], "share_dir" => { "dist" => "share" @@ -100,7 +99,7 @@ my %fallback_build_requires = ( - "Module::Build" => "0.3601", + "Module::Build" => "0.35", "Test::More" => 0 ); diff -Nur -x '*.orig' -x '*.rej' Mail-DMARC-1.20141206/Makefile.PL mezzanine_patched_Mail-DMARC-1.20141206/Makefile.PL --- Mail-DMARC-1.20141206/Makefile.PL 2014-12-06 07:56:07.000000000 +0100 +++ mezzanine_patched_Mail-DMARC-1.20141206/Makefile.PL 2016-04-28 12:33:45.312116966 +0200 @@ -17,12 +17,12 @@ "ABSTRACT" => "Perl implementation of DMARC", "AUTHOR" => "Matt Simerson , Davide Migliavacca ", "BUILD_REQUIRES" => { - "Module::Build" => "0.3601" + "Module::Build" => "0.35" }, "CONFIGURE_REQUIRES" => { "ExtUtils::MakeMaker" => 0, "File::ShareDir::Install" => "0.06", - "Module::Build" => "0.3601" + "Module::Build" => "0.35" }, "DISTNAME" => "Mail-DMARC", "EXE_FILES" => [ @@ -32,7 +32,6 @@ "bin/dmarc_receive", "bin/dmarc_send_reports", "bin/dmarc_view_reports", - "bin/install_deps.pl" ], "LICENSE" => "perl", "MIN_PERL_VERSION" => "5.008", @@ -108,7 +107,7 @@ "IO::Uncompress::Unzip" => 0, "JSON" => 0, "LWP::UserAgent" => 0, - "Module::Build" => "0.3601", + "Module::Build" => "0.35", "Net::DNS::Resolver" => 0, "Net::HTTP" => 0, "Net::IP" => 0,