This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c38cb48
)
Give Tie::Hash::NamedCapture its own Maintainers.pl entry
author
Florian Ragwitz
<rafl@debian.org>
Fri, 25 Mar 2011 16:22:09 +0000
(17:22 +0100)
committer
Florian Ragwitz
<rafl@debian.org>
Fri, 25 Mar 2011 16:22:09 +0000
(17:22 +0100)
Porting/Maintainers.pl
patch
|
blob
|
blame
|
history
diff --git
a/Porting/Maintainers.pl
b/Porting/Maintainers.pl
index
2ae3216
..
89e8ebb
100755
(executable)
--- a/
Porting/Maintainers.pl
+++ b/
Porting/Maintainers.pl
@@
-1731,6
+1731,13
@@
use File::Glob qw(:case);
'UPSTREAM' => 'first-come',
},
+ 'Tie::Hash::NamedCapture' =>
+ {
+ 'MAINTAINER' => 'p5p',
+ 'FILES' => q[ext/Tie-Hash-NamedCapture],
+ 'UPSTREAM' => 'blead',
+ },
+
'Tie::RefHash' =>
{
'MAINTAINER' => 'nuffin',
@@
-1903,7
+1910,6
@@
use File::Glob qw(:case);
{
'MAINTAINER' => 'p5p',
'FILES' => q[
- ext/Tie-Hash-NamedCapture/
ext/Tie-Memoize/
ext/XS-APItest/
ext/XS-Typemap/