projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
091b5b0
)
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
patch
|
blob
|
blame
|
history
diff --git
a/Porting/Maintainers.pl
b/Porting/Maintainers.pl
index
f261369
..
221eb09
100755
(executable)
--- a/
Porting/Maintainers.pl
+++ b/
Porting/Maintainers.pl
@@
-8,6
+8,8
@@
package Maintainers;
+use File::Glob qw(:case);
+
%Maintainers =
(
'abergman' => 'Arthur Bergman <abergman@cpan.org>',