Use an explicit case-sensitive glob, so that the patterns work everywhere.
Nicholas Clark [Mon, 7 Sep 2009 12:54:44 +0000 (13:54 +0100)]
Porting/Maintainers.pl

index f261369..221eb09 100755 (executable)
@@ -8,6 +8,8 @@
 
 package Maintainers;
 
+use File::Glob qw(:case);
+
 %Maintainers =
     (
     'abergman' => 'Arthur Bergman <abergman@cpan.org>',