diff options
| author | fukachan <fukachan> | 2002-03-31 03:39:13 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-03-31 03:39:13 +0000 |
| commit | a249a796d278345c1ac2718affd2dbb47346f399 (patch) | |
| tree | 859d1967bdece97795dc5c109cac9a2297f47376 /fml/lib/FML/Process/HTMLify.pm | |
| parent | 78e8e804b05c1667173fe118c488744f34a1e07a (diff) | |
| download | fml8-a249a796d278345c1ac2718affd2dbb47346f399.tar.gz fml8-a249a796d278345c1ac2718affd2dbb47346f399.tar.bz2 fml8-a249a796d278345c1ac2718affd2dbb47346f399.zip | |
rename class: Mail::HTML::Lite -> Mail::Message::ToHTML
Diffstat (limited to 'fml/lib/FML/Process/HTMLify.pm')
| -rw-r--r-- | fml/lib/FML/Process/HTMLify.pm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/fml/lib/FML/Process/HTMLify.pm b/fml/lib/FML/Process/HTMLify.pm index e2a3029f..e5c80679 100644 --- a/fml/lib/FML/Process/HTMLify.pm +++ b/fml/lib/FML/Process/HTMLify.pm @@ -3,7 +3,7 @@ # Copyright (C) 2000-2001,2002 Ken'ichi Fukamachi # All rights reserved. # -# $FML: HTMLify.pm,v 1.11 2002/02/17 13:45:10 fukachan Exp $ +# $FML: HTMLify.pm,v 1.12 2002/03/17 06:24:31 fukachan Exp $ # package FML::Process::HTMLify; @@ -27,7 +27,7 @@ FML::Process::HTMLify -- htmlify articles =head1 SYNOPSIS -See C<Mail::HTML::Lite> module. +See C<Mail::Message::ToHTML> module. =head1 DESCRIPTION @@ -99,7 +99,7 @@ call the actual thread tracking system. =cut -# Descriptions: convert text format article to HTML by Mail::HTML::Lite +# Descriptions: convert text format article to HTML by Mail::Message::ToHTML # Arguments: OBJ($curproc) HASH_REF($args) # Side Effects: load modules, create HTML files and directories # Return Value: none @@ -134,8 +134,8 @@ sub run } eval q{ - use Mail::HTML::Lite; - &Mail::HTML::Lite::htmlify_dir($src_dir, { + use Mail::Message::ToHTML; + &Mail::Message::ToHTML::htmlify_dir($src_dir, { directory => $dst_dir, }); }; |
