summaryrefslogtreecommitdiff
path: root/fml/lib/Mail/Bounce/Language/Japanese.pm
diff options
context:
space:
mode:
Diffstat (limited to 'fml/lib/Mail/Bounce/Language/Japanese.pm')
-rw-r--r--fml/lib/Mail/Bounce/Language/Japanese.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/fml/lib/Mail/Bounce/Language/Japanese.pm b/fml/lib/Mail/Bounce/Language/Japanese.pm
index f50f85ef..6829cb46 100644
--- a/fml/lib/Mail/Bounce/Language/Japanese.pm
+++ b/fml/lib/Mail/Bounce/Language/Japanese.pm
@@ -1,10 +1,10 @@
#-*- perl -*-
#
-# Copyright (C) 2001 Ken'ichi Fukamachi
+# Copyright (C) 2001,2002 Ken'ichi Fukamachi
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: Japanese.pm,v 1.3 2001/12/22 09:21:16 fukachan Exp $
+# $FML: Japanese.pm,v 1.4 2001/12/24 02:26:33 fukachan Exp $
#
#
@@ -17,7 +17,7 @@ use strict;
use vars qw(@ISA @EXPORT @EXPORT_OK $AUTOLOAD);
use Carp;
-my $debug = $ENV{'debug'} ? 1 : 0;
+my $debug = 0;
@ISA = qw(Mail::Bounce);
@@ -111,7 +111,7 @@ Ken'ichi Fukamachi
=head1 COPYRIGHT
-Copyright (C) 2001 Ken'ichi Fukamachi
+Copyright (C) 2001,2002 Ken'ichi Fukamachi
All rights reserved. This program is free software; you can
redistribute it and/or modify it under the same terms as Perl itself.