summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorFlorian Ragwitz <rafl@debian.org>2011-03-25 18:55:25 +0100
committerFlorian Ragwitz <rafl@debian.org>2011-03-25 18:59:22 +0100
commit3fb91fe6865b8d1e722d83160dbd47d9bbfe5022 (patch)
tree5a873a5c2e8372d868c05a6ade22da252538b292 /Porting
parent753bea49a0c99b7c81e9823caf6f183df3fe0969 (diff)
downloadperl-3fb91fe6865b8d1e722d83160dbd47d9bbfe5022.tar.gz
Give Carp its own Maintainers.pl entry
Diffstat (limited to 'Porting')
-rwxr-xr-xPorting/Maintainers.pl9
1 files changed, 7 insertions, 2 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 958e884813..c20fdf0781 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -336,6 +336,13 @@ use File::Glob qw(:case);
'UPSTREAM' => 'blead',
},
+ 'Carp' =>
+ {
+ 'MAINTAINER' => 'p5p',
+ 'FILES' => q[lib/Carp.{pm,t} lib/Carp/Heavy.pm],
+ 'UPSTREAM' => 'blead',
+ },
+
'CGI' =>
{
'MAINTAINER' => 'lstein',
@@ -1961,8 +1968,6 @@ use File::Glob qw(:case);
'FILES' => q[
ext/XS-APItest/
lib/CORE.pod
- lib/Carp.{pm,t}
- lib/Carp/Heavy.pm
lib/Class/Struct.{pm,t}
lib/Config.t
lib/Config/Extensions.{pm,t}