Back to top
UpdateChecker::Filter -- filter collection for UpdateChecker
Back to top
- md5sum
-
It returns md5sum of passed contents.
This filter uses Digest::MD5.
- pod2html
-
It exchanges pod to html.
The pod is written in Ascii only.
This filter uses Pod::Simple::Html.
- pod2html_mbc
-
It exchanges pod to html.
The pod can be written in multi byte character.
This filter uses Pod::Html::pod2html.
I want to use Pod::Simple::Html,
but it doesn't work well for muliti byte character.
Back to top
Ktat <ktat.is at gmail.com>
Back to top
Copyright 2003-2004 by Ktat <ktat.is at gmail.com>.
This program is free software; you can redistribute it
and/or modify it under the same terms as Perl itself.
See http://www.perl.com/perl/misc/Artistic.html
Back to top