diff options
author | Florian Ragwitz <rafl@debian.org> | 2011-03-25 19:24:05 +0100 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2011-03-25 19:24:05 +0100 |
commit | 3db4de3ff0ea923d4d71a336bb806305214d6fbd (patch) | |
tree | 62fda65ddea467ed0927dfb7347474bfe339087f /Porting/Maintainers.pl | |
parent | 65d788588e60367dac45f55dfada8ebd34f67790 (diff) | |
download | perl-3db4de3ff0ea923d4d71a336bb806305214d6fbd.tar.gz |
Give diagnostics its own Maintainers.pl entry
Diffstat (limited to 'Porting/Maintainers.pl')
-rwxr-xr-x | Porting/Maintainers.pl | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 5997fcf9c5..f4632ddb1d 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -570,6 +570,13 @@ use File::Glob qw(:case); 'UPSTREAM' => 'cpan', }, + 'diagnostics' => + { + 'MAINTAINER' => 'p5p', + 'FILES' => q[lib/diagnostics.{pm,t}], + 'UPSTREAM' => 'blead', + }, + 'Digest' => { 'MAINTAINER' => 'gaas', @@ -2118,7 +2125,6 @@ use File::Glob qw(:case); lib/ctime.pl lib/dbm_filter_util.pl lib/deprecate.pm - lib/diagnostics.{pm,t} lib/dotsh.pl lib/dumpvar.{pl,t} lib/exceptions.pl |