From: Nicholas Clark Date: Mon, 7 Sep 2009 12:54:44 +0000 (+0100) Subject: Use an explicit case-sensitive glob, so that the patterns work everywhere. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9b9b4b79f4e2c66c4fa91adca4e4cfe9353179b2;p=p5sagit%2Fp5-mst-13.2.git Use an explicit case-sensitive glob, so that the patterns work everywhere. --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index f261369..221eb09 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -8,6 +8,8 @@ package Maintainers; +use File::Glob qw(:case); + %Maintainers = ( 'abergman' => 'Arthur Bergman ',