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/Command | |
| 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/Command')
| -rw-r--r-- | fml/lib/FML/Command/Admin/htmlify.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fml/lib/FML/Command/Admin/htmlify.pm b/fml/lib/FML/Command/Admin/htmlify.pm index 496c5a1a..e250e1d2 100644 --- a/fml/lib/FML/Command/Admin/htmlify.pm +++ b/fml/lib/FML/Command/Admin/htmlify.pm @@ -4,7 +4,7 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: htmlify.pm,v 1.8 2002/02/20 14:10:37 fukachan Exp $ +# $FML: htmlify.pm,v 1.9 2002/03/17 06:24:29 fukachan Exp $ # package FML::Command::Admin::htmlify; @@ -91,8 +91,8 @@ sub process mkdirhier($dst_dir, 0755); } - use Mail::HTML::Lite; - &Mail::HTML::Lite::htmlify_dir($src_dir, { directory => $dst_dir }); + use Mail::Message::ToHTML; + &Mail::Message::ToHTML::htmlify_dir($src_dir, { directory => $dst_dir }); } else { croak("no destination directory\n"); |
