summaryrefslogtreecommitdiff
path: root/fml/lib/Mail/Message
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-09-13 09:02:01 +0000
committerfukachan <fukachan>2003-09-13 09:02:01 +0000
commit0190bda1646f3bb10d3d2171021b2eea1661ff80 (patch)
tree880190988b3060a915d3f4b390d5845b2952724e /fml/lib/Mail/Message
parentf2c20a344dff299991d3492968c2b5f72acf7841 (diff)
downloadfml8-0190bda1646f3bb10d3d2171021b2eea1661ff80.tar.gz
fml8-0190bda1646f3bb10d3d2171021b2eea1661ff80.tar.bz2
fml8-0190bda1646f3bb10d3d2171021b2eea1661ff80.zip
comment on STDERR usage
Diffstat (limited to 'fml/lib/Mail/Message')
-rw-r--r--fml/lib/Mail/Message/Date.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/fml/lib/Mail/Message/Date.pm b/fml/lib/Mail/Message/Date.pm
index b34b7e09..899fb345 100644
--- a/fml/lib/Mail/Message/Date.pm
+++ b/fml/lib/Mail/Message/Date.pm
@@ -2,7 +2,7 @@
#
# Copyright (C) 2000,2001,2002,2003 Ken'ichi Fukamachi
#
-# $FML: Date.pm,v 1.22 2003/07/21 13:59:30 fukachan Exp $
+# $FML: Date.pm,v 1.23 2003/08/23 04:35:47 fukachan Exp $
#
package Mail::Message::Date;
@@ -273,6 +273,8 @@ my %zone = ("JST", "+0900",
sub _log
{
my ($s) = @_;
+
+ # XXX_TODO: valid use of STDERR ???
print STDERR $s, "\n" if defined $s;
}