summaryrefslogtreecommitdiff
path: root/fml/lib/Tie
diff options
context:
space:
mode:
Diffstat (limited to 'fml/lib/Tie')
-rw-r--r--fml/lib/Tie/JournaledDir.pm4
-rw-r--r--fml/lib/Tie/JournaledFile.pm4
2 files changed, 4 insertions, 4 deletions
diff --git a/fml/lib/Tie/JournaledDir.pm b/fml/lib/Tie/JournaledDir.pm
index e8df92a8..238b65ce 100644
--- a/fml/lib/Tie/JournaledDir.pm
+++ b/fml/lib/Tie/JournaledDir.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: JournaledDir.pm,v 1.6 2001/12/22 09:21:22 fukachan Exp $
+# $FML: JournaledDir.pm,v 1.7 2001/12/26 14:23:31 fukachan Exp $
#
package Tie::JournaledDir;
@@ -77,7 +77,7 @@ It uses C<Tie::JournaledFile> in background.
use Tie::JournaledFile;
-my $debug = $ENV{'debug'} ? 1 :0;
+my $debug = 0;
# Descriptions: constructor
diff --git a/fml/lib/Tie/JournaledFile.pm b/fml/lib/Tie/JournaledFile.pm
index c35fc942..f28fa549 100644
--- a/fml/lib/Tie/JournaledFile.pm
+++ b/fml/lib/Tie/JournaledFile.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: JournaledFile.pm,v 1.11 2001/12/22 09:21:22 fukachan Exp $
+# $FML: JournaledFile.pm,v 1.12 2001/12/26 14:23:31 fukachan Exp $
#
package Tie::JournaledFile;
@@ -69,7 +69,7 @@ standard hash functions.
=cut
-my $debug = $ENV{'debug'} ? 1 : 0;
+my $debug = 0;
# Descriptions: constructor