Lines Matching full:maintainer
114 grep { $Modules{$_}{MAINTAINER} eq $m }
121 --maintainer M | --module M [--files]
127 with a file checks if it has a maintainer
128 with a dir checks all files have a maintainer
145 my $Maintainer;
157 'maintainer=s' => \$Maintainer,
180 usage() if @Files && ($Maintainer || $Module || $Files);
182 for my $mean ($Maintainer, $Module) {
187 warn "$0: Did you mean '$0 -mo $Maintainer'?\n"
188 if defined $Maintainer && exists $Modules{$Maintainer};
193 return ($Maintainer, $Module, $Files, @Files);
268 my ($Maintainer, $Module, $Files, @Files) = @_;
270 if ($Maintainer) {
272 if ($m =~ /$Maintainer/io || $Maintainers{$m} =~ /$Maintainer/io) {
299 printf "%-15s %-12s %s\n", $m, $Modules{$m}{MAINTAINER}, $Modules{$m}{UPSTREAM}||'unknown';
322 my $maintainer = $Modules{$ModuleByFile->{$file}}{MAINTAINER};
324 printf "%-15s [%-7s] $module $maintainer $Maintainers{$maintainer}\n", $file, $upstream;
358 ok($files{$name}, "$name has a maintainer (see Porting/Maintainers.pl)");
374 ok($MANIFEST{$f}, "File $f has a maintainer and is in MANIFEST");