summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2008-06-05 13:04:00 +0000
committerSteve Peters <steve@fisharerojo.org>2008-06-05 13:04:00 +0000
commit8ba733f51b2432eafd952574f404d7f464786ad5 (patch)
treef700f7a325ee971da6238e266c752d785a59ced0 /Porting
parent8737ae4deeb0953ae3b76fcc430072d0e030997c (diff)
downloadperl-8ba733f51b2432eafd952574f404d7f464786ad5.tar.gz
A quick new release of Pod-Simple has removed the dependency on
HTML-Parser. HTML-Parser and HTML-Tagset will now be leaving us. p4raw-id: //depot/perl@34001
Diffstat (limited to 'Porting')
-rw-r--r--Porting/Maintainers.pl14
1 files changed, 0 insertions, 14 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 5cae67d557..5b7486f770 100644
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -418,20 +418,6 @@ 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',