diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2008-07-28 19:00:24 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2008-07-28 19:00:24 +0000 |
commit | 06b2f8f373fb330d2bc08b3840ecbab4eff476e4 (patch) | |
tree | b8bf3ae5579609696fad6e6ff0dbc88e7494b56e /textproc/Makefile | |
parent | 2611a9dec9312a6d77b5b10339cb568a830bb0d7 (diff) |
HTML::RewriteAttributes is designed for simple yet powerful HTML
attribute rewriting. You simply specify a callback to run for each
attribute and we do the rest for you. This module is designed to
be subclassable to make handling special cases eaiser.
WWW: http://search.cpan.org/dist/HTML-RewriteAttributes/
Notes
Notes:
svn path=/head/; revision=217774
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index b57adced82a3..95ac2c5927d5 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -394,6 +394,7 @@ SUBDIR += p5-HTML-Format SUBDIR += p5-HTML-FormatText-WithLinks SUBDIR += p5-HTML-Fraction + SUBDIR += p5-HTML-RewriteAttributes SUBDIR += p5-HTML-SBC SUBDIR += p5-HTML-TagFilter SUBDIR += p5-HTML-Tidy |