diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2014-11-24 22:33:43 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2014-11-24 22:38:08 +0000 |
commit | 6544e9b1a671b734ac69d3815ee779a1251412d8 (patch) | |
tree | a296f0cf36a393993012d946db00eb2774be94a6 /Porting/Maintainers.pl | |
parent | e71417e415af4699d56467e02c623bdc01a490cd (diff) | |
download | perl-6544e9b1a671b734ac69d3815ee779a1251412d8.tar.gz |
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.
Diffstat (limited to 'Porting/Maintainers.pl')
-rwxr-xr-x | Porting/Maintainers.pl | 1 |
1 files changed, 1 insertions, 0 deletions
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), ], }, |