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:
8d4c519
)
Add Parse::CPAN::Meta to Porting/Maintainers.pl
author
Steffen Mueller
<smueller@cpan.org>
Tue, 3 Mar 2009 20:25:27 +0000
(21:25 +0100)
committer
Steffen Mueller
<smueller@cpan.org>
Tue, 3 Mar 2009 20:25:27 +0000
(21:25 +0100)
Porting/Maintainers.pl
patch
|
blob
|
blame
|
history
diff --git
a/Porting/Maintainers.pl
b/Porting/Maintainers.pl
index
b34bc6d
..
568ed1f
100644
(file)
--- a/
Porting/Maintainers.pl
+++ b/
Porting/Maintainers.pl
@@
-780,6
+780,14
@@
package Maintainers;
'UPSTREAM' => undef,
},
+ 'Parse::CPAN::Meta' =>
+ {
+ 'MAINTAINER' => 'smueller',
+ 'FILES' => q[lib/Parse/CPAN/Meta.pm t/lib/Parse/CPAN/Meta/Test.pm lib/Parse/CPAN/Meta],
+ 'CPAN' => 1,
+ 'UPSTREAM' => "cpan",
+ },
+
'perlebcdic' =>
{
'MAINTAINER' => 'pvhp',