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:
c69c554
)
Give Hash::Util its own Maintainers.pl entry
author
Florian Ragwitz
<rafl@debian.org>
Fri, 25 Mar 2011 15:59:54 +0000
(16:59 +0100)
committer
Florian Ragwitz
<rafl@debian.org>
Fri, 25 Mar 2011 15:59:54 +0000
(16:59 +0100)
Porting/Maintainers.pl
patch
|
blob
|
blame
|
history
diff --git
a/Porting/Maintainers.pl
b/Porting/Maintainers.pl
index
899248d
..
4f149da
100755
(executable)
--- a/
Porting/Maintainers.pl
+++ b/
Porting/Maintainers.pl
@@
-848,6
+848,13
@@
use File::Glob qw(:case);
'UPSTREAM' => 'blead',
},
+ 'Hash::Util' =>
+ {
+ 'MAINTAINER' => 'p5p',
+ 'FILES' => q[ext/Hash-Util],
+ 'UPSTREAM' => 'blead',
+ },
+
'HTTP::Tiny' =>
{
'MAINTAINER' => 'dagolden',
@@
-1798,7
+1805,6
@@
use File::Glob qw(:case);
{
'MAINTAINER' => 'p5p',
'FILES' => q[
- ext/Hash-Util/
ext/I18N-Langinfo/
ext/IPC-Open2/
ext/IPC-Open3/