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:
dfb01e5
)
Give Pod::Html its own Maintainers.pl entry
author
Florian Ragwitz
<rafl@debian.org>
Fri, 25 Mar 2011 16:08:54 +0000
(17:08 +0100)
committer
Florian Ragwitz
<rafl@debian.org>
Fri, 25 Mar 2011 16:08:54 +0000
(17:08 +0100)
Porting/Maintainers.pl
patch
|
blob
|
blame
|
history
diff --git
a/Porting/Maintainers.pl
b/Porting/Maintainers.pl
index
489149d
..
d714a81
100755
(executable)
--- a/
Porting/Maintainers.pl
+++ b/
Porting/Maintainers.pl
@@
-1368,6
+1368,13
@@
use File::Glob qw(:case);
'UPSTREAM' => undef,
},
+ 'Pod::Html' =>
+ {
+ 'MAINTAINER' => 'p5p',
+ 'FILES' => q[ext/Pod-Html],
+ 'UPSTREAM' => 'blead',
+ },
+
'Pod::LaTeX' =>
{
'MAINTAINER' => 'tjenness',
@@
-1854,7
+1861,6
@@
use File::Glob qw(:case);
{
'MAINTAINER' => 'p5p',
'FILES' => q[
- ext/Pod-Html/
ext/PerlIO-encoding/
ext/PerlIO-scalar/
ext/PerlIO-via/