From 6544e9b1a671b734ac69d3815ee779a1251412d8 Mon Sep 17 00:00:00 2001 From: Chris 'BinGOs' Williams Date: Mon, 24 Nov 2014 22:33:43 +0000 Subject: Dmake's -v means verbose not version As Steve said in a500b25a5 there was a bug somewhere. dmake -v was being run which translates to 'dmake -f Makefile all' but with verbosity. Oops. Upstreamed to EUMM repository. --- Porting/Maintainers.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'Porting/Maintainers.pl') diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 748ba73a31..ff8b262312 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -488,6 +488,7 @@ use File::Glob qw(:case); 'CUSTOMIZED' => [ # Applied upstream q(lib/ExtUtils/MM_Unix.pm), + q(lib/ExtUtils/MM_Any.pm), ], }, -- cgit v1.2.1