diff options
author | Steve Peters <steve@fisharerojo.org> | 2008-06-05 01:58:26 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2008-06-05 01:58:26 +0000 |
commit | 42e4baff3065f0219e40d48113b9180ea9333dbc (patch) | |
tree | ff60a34f5daf68b948b43abf8db44fb4de156c91 /Porting | |
parent | 69473a205b8f154ba006fb7b0bb2ce73626e18c3 (diff) | |
download | perl-42e4baff3065f0219e40d48113b9180ea9333dbc.tar.gz |
Assimilate HTML-Parser and HTML-Tagset. HTML-Parser is now a prereq
for Pod-Simple and HTML-Tagset is a prereq for HTML-Parser. I also
resorted the MANIFEST file.
p4raw-id: //depot/perl@33998
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/Maintainers.pl | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 5b7486f770..5cae67d557 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -418,6 +418,20 @@ package Maintainers; 'CPAN' => 1, }, + 'HTML::Parser' => + { + 'MAINTAINER' => 'gaas', + 'FILES' => q[ext/HTML/Parser], + 'CPAN' => 1, + }, + + 'HTML::Tagset' => + { + 'MAINTAINER' => 'petdance', + 'FILES' => q[lib/HTML/Tagset.pm lib/HTML/Tagset], + 'CPAN' => 1, + }, + 'I18N::LangTags' => { 'MAINTAINER' => 'sburke', |