View | Details | Raw Unified | Return to bug 29445
Collapse All | Expand All

(-)pkg-descr (+2 lines)
Lines 1-2 Link Here
1
This module is a simple HTML parser.  It is similar in concept to HTML::Parser,
1
This module is a simple HTML parser.  It is similar in concept to HTML::Parser,
2
but it differs in a couple of important ways.  
2
but it differs in a couple of important ways.  
3
4
WWW: http://search.cpan.org/search?dist=HTML-SimpleParse
(-)pkg-plist (+1 lines)
Lines 1-4 Link Here
1
lib/perl5/site_perl/%%PERL_VER%%/HTML/SimpleParse.pm
1
lib/perl5/site_perl/%%PERL_VER%%/HTML/SimpleParse.pm
2
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/SimpleParse/.packlist
2
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/SimpleParse/.packlist
3
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/SimpleParse
3
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/SimpleParse
4
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML 2>/dev/null || true
4
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/HTML 2>/dev/null || true
5
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/HTML 2>/dev/null || true

Return to bug 29445