summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command/HTMLify.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-09-13 09:14:31 +0000
committerfukachan <fukachan>2003-09-13 09:14:31 +0000
commit580caed90c994e9b81e6408b4ac04e57d1f4a15d (patch)
tree3493e172052c8421813552b5cc4514e8e3ceb153 /fml/lib/FML/Command/HTMLify.pm
parent0704b82a141d423666ecaed30247355670b1f265 (diff)
downloadfml8-580caed90c994e9b81e6408b4ac04e57d1f4a15d.tar.gz
fml8-580caed90c994e9b81e6408b4ac04e57d1f4a15d.tar.bz2
fml8-580caed90c994e9b81e6408b4ac04e57d1f4a15d.zip
print STDERR ... if $debug
Diffstat (limited to 'fml/lib/FML/Command/HTMLify.pm')
-rw-r--r--fml/lib/FML/Command/HTMLify.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/fml/lib/FML/Command/HTMLify.pm b/fml/lib/FML/Command/HTMLify.pm
index 4bcfc92b..69494003 100644
--- a/fml/lib/FML/Command/HTMLify.pm
+++ b/fml/lib/FML/Command/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.17 2003/07/19 12:58:48 fukachan Exp $
+# $FML: HTMLify.pm,v 1.18 2003/08/23 07:24:42 fukachan Exp $
#
package FML::Command::HTMLify;
@@ -83,7 +83,7 @@ sub convert
if ($is_subdir_exists) {
my (@x) = sort _sort_subdirs @$subdirs;
- print STDERR " subdirs: @x\n";
+ print STDERR " subdirs: @x\n" if $debug;
for my $xdir (@x) {
eval q{
use Mail::Message::ToHTML;
@@ -94,7 +94,7 @@ sub convert
}
}
else {
- print STDERR " hmm, looks not subdir style.\n";
+ print STDERR " hmm, looks not subdir style.\n" if $debug;
eval q{
use Mail::Message::ToHTML;
my $obj = new Mail::Message::ToHTML $htmlifier_args;