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:
70979d6
)
Give Tie::Hash its own Maintainers.pl entry
author
Florian Ragwitz
<rafl@debian.org>
Fri, 25 Mar 2011 18:31:27 +0000
(19:31 +0100)
committer
Florian Ragwitz
<rafl@debian.org>
Fri, 25 Mar 2011 18:31:27 +0000
(19:31 +0100)
Porting/Maintainers.pl
patch
|
blob
|
blame
|
history
diff --git
a/Porting/Maintainers.pl
b/Porting/Maintainers.pl
index
6f6c1e8
..
b7f0199
100755
(executable)
--- a/
Porting/Maintainers.pl
+++ b/
Porting/Maintainers.pl
@@
-1885,6
+1885,13
@@
use File::Glob qw(:case);
'UPSTREAM' => 'first-come',
},
+ 'Tie::Hash' =>
+ {
+ 'MAINTAINER' => 'p5p',
+ 'FILES' => q[lib/Tie/Hash.{pm,t}],
+ 'UPSTREAM' => 'blead',
+ },
+
'Tie::Hash::NamedCapture' =>
{
'MAINTAINER' => 'p5p',
@@
-2112,7
+2119,6
@@
use File::Glob qw(:case);
lib/Tie/ExtraHash.t
lib/Tie/Handle.pm
lib/Tie/Handle/
- lib/Tie/Hash.{pm,t}
lib/Tie/Scalar.{pm,t}
lib/Tie/StdHandle.pm
lib/Tie/SubstrHash.{pm,t}