summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/HTMLify.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-11-17 04:01:54 +0000
committerfukachan <fukachan>2001-11-17 04:01:54 +0000
commit2e433b4b40b942cb9325833061d66ed3362b308f (patch)
tree5b5b9cefd6e2bac7d8d834af05f2007a9e508689 /fml/lib/FML/Process/HTMLify.pm
parent20f3ee36be0360a407d0389cf5082db6f8f357a9 (diff)
downloadfml8-2e433b4b40b942cb9325833061d66ed3362b308f.tar.gz
fml8-2e433b4b40b942cb9325833061d66ed3362b308f.tar.bz2
fml8-2e433b4b40b942cb9325833061d66ed3362b308f.zip
disable debug code, enable it when $ENV{debug} is defined
Diffstat (limited to 'fml/lib/FML/Process/HTMLify.pm')
-rw-r--r--fml/lib/FML/Process/HTMLify.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Process/HTMLify.pm b/fml/lib/FML/Process/HTMLify.pm
index 175c235a..854d3317 100644
--- a/fml/lib/FML/Process/HTMLify.pm
+++ b/fml/lib/FML/Process/HTMLify.pm
@@ -4,7 +4,7 @@
# Copyright (C) 2000-2001 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: HTMLify.pm,v 1.2 2001/11/05 13:02:35 fukachan Exp $
+# $FML: HTMLify.pm,v 1.3 2001/11/07 10:05:52 fukachan Exp $
#
package FML::Process::HTMLify;
@@ -84,7 +84,7 @@ sub run
my $src_dir = $argv->[0];
my $dst_dir = $argv->[1];
- print STDERR "htmlify\t$src_dir =>\n\t\t$dst_dir\n";
+ print STDERR "htmlify\t$src_dir =>\n\t\t$dst_dir\n" if $ENV{'debug'};
# prepend $opt_I as @INC
if (defined $options->{ I }) {