diff options
Diffstat (limited to 'fml/lib/Mail/Bounce.pm')
| -rw-r--r-- | fml/lib/Mail/Bounce.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/Mail/Bounce.pm b/fml/lib/Mail/Bounce.pm index c74798b2..8023f389 100644 --- a/fml/lib/Mail/Bounce.pm +++ b/fml/lib/Mail/Bounce.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: Bounce.pm,v 1.18 2002/01/16 13:34:01 fukachan Exp $ +# $FML: Bounce.pm,v 1.19 2002/01/16 13:43:21 fukachan Exp $ # package Mail::Bounce; @@ -12,7 +12,7 @@ use strict; use vars qw(@ISA @EXPORT @EXPORT_OK $AUTOLOAD); use Carp; -my $debug = $ENV{'debug'} ? 1 : 0; +my $debug = 0; =head1 NAME |
