now less interesting than it used to be).
p4raw-id: //depot/perl@20347
if ($Maintainer) {
for my $m (sort keys %Maintainers) {
- if ($m =~ /$Maintainer/io) {
+ if ($m =~ /$Maintainer/io || $Maintainers{$m} =~ /$Maintainer/io) {
my @modules = get_maintainer_modules($m);
if ($Module) {
@modules = grep { /$Module/io } @modules;