diff options
| author | fukachan <fukachan> | 2002-02-01 12:03:55 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-02-01 12:03:55 +0000 |
| commit | a176a2ad4ac5fd35a3a056dd3828c0dbb1da0e6d (patch) | |
| tree | c06f02bd93f73f40c2cafff8c461d73731b15b6d /fml/lib/Tie/JournaledFile.pm | |
| parent | eec3fb6d6aa9ffe509abbab89f304f450295d860 (diff) | |
| download | fml8-subdir-base.tar.gz fml8-subdir-base.tar.bz2 fml8-subdir-base.zip | |
remove $ENV{debug} based toggle flagsubdir-base
Diffstat (limited to 'fml/lib/Tie/JournaledFile.pm')
| -rw-r--r-- | fml/lib/Tie/JournaledFile.pm | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
