diff options
| author | tmu <tmu> | 2001-12-08 10:39:23 +0000 |
|---|---|---|
| committer | tmu <tmu> | 2001-12-08 10:39:23 +0000 |
| commit | 9fb4762b6fde039c2f298aa5cf1f4d08e077207c (patch) | |
| tree | 3f358f4756c018ffc0216637146a087d9922ea08 /fml/lib/Mail/Message | |
| parent | db2d4acf6475ba4706b388d2f920110f57f24863 (diff) | |
| download | fml8-9fb4762b6fde039c2f298aa5cf1f4d08e077207c.tar.gz fml8-9fb4762b6fde039c2f298aa5cf1f4d08e077207c.tar.bz2 fml8-9fb4762b6fde039c2f298aa5cf1f4d08e077207c.zip | |
install error occar @ to \@ in _log
remove duplicate line(warning)
Diffstat (limited to 'fml/lib/Mail/Message')
| -rw-r--r-- | fml/lib/Mail/Message/Date.pm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/fml/lib/Mail/Message/Date.pm b/fml/lib/Mail/Message/Date.pm index 7c2eb3aa..0c354a3e 100644 --- a/fml/lib/Mail/Message/Date.pm +++ b/fml/lib/Mail/Message/Date.pm @@ -2,7 +2,7 @@ # # Copyright (C) 2000 Ken'ichi Fukamachi # -# $FML: Date.pm,v 1.2 2001/11/09 15:03:20 fukachan Exp $ +# $FML: Date.pm,v 1.3 2001/11/27 15:25:22 fukachan Exp $ # package Mail::Message::Date; @@ -336,15 +336,14 @@ sub date_to_unixtime elsif ($debug_mti) { my ($package,$filename,$line) = caller; _log("date_to_unixtime: invalid [$input]"); - _log("date_to_unixtime: callded from @caller"); + _log("date_to_unixtime: callded from \@caller"); } } else { if ($debug_mti) { my ($package,$filename,$line) = caller; - my ($package,$filename,$line) = caller; _log("date_to_unixtime: invalid [$input]"); - _log("date_to_unixtime: callded from @caller"); + _log("date_to_unixtime: callded from \@caller"); } return 0; } |
