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:
22722b8
)
Give GDBM_File its own Maintainers.pl entry
author
Florian Ragwitz
<rafl@debian.org>
Fri, 25 Mar 2011 15:56:40 +0000
(16:56 +0100)
committer
Florian Ragwitz
<rafl@debian.org>
Fri, 25 Mar 2011 15:56:40 +0000
(16:56 +0100)
Porting/Maintainers.pl
patch
|
blob
|
history
diff --git
a/Porting/Maintainers.pl
b/Porting/Maintainers.pl
index
4fe6160
..
9b6ab9d
100755
(executable)
--- a/
Porting/Maintainers.pl
+++ b/
Porting/Maintainers.pl
@@
-811,6
+811,13
@@
use File::Glob qw(:case);
'UPSTREAM' => undef,
},
+ 'GDBM_File' =>
+ {
+ 'MAINTAINER' => 'p5p',
+ 'FILES' => q[ext/GDBM_File],
+ 'UPSTREAM' => 'blead',
+ },
+
'Fcntl' =>
{
'MAINTAINER' => 'p5p',
@@
-1784,7
+1791,6
@@
use File::Glob qw(:case);
{
'MAINTAINER' => 'p5p',
'FILES' => q[
- ext/GDBM_File/
ext/Hash-Util-FieldHash/
ext/Hash-Util/
ext/I18N-Langinfo/