projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
753bea4
)
Give Carp its own Maintainers.pl entry
author
Florian Ragwitz
<rafl@debian.org>
Fri, 25 Mar 2011 17:55:25 +0000
(18:55 +0100)
committer
Florian Ragwitz
<rafl@debian.org>
Fri, 25 Mar 2011 17:59:22 +0000
(18:59 +0100)
Porting/Maintainers.pl
patch
|
blob
|
history
diff --git
a/Porting/Maintainers.pl
b/Porting/Maintainers.pl
index 958e884813dcb973a4640b99ea3564488c4e94e7..c20fdf07811b1c114ff51b8bc64b4b73db3e8b5b 100755
(executable)
--- 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}