summaryrefslogtreecommitdiff
path: root/fml/lib/FML/User
diff options
context:
space:
mode:
authorfukachan <fukachan>2004-01-21 03:40:43 +0000
committerfukachan <fukachan>2004-01-21 03:40:43 +0000
commitbfc7b6b3f232b3e66f77d89a0c707eea31456e98 (patch)
tree869348532433821908b319d7f5aa191fd4b1056f /fml/lib/FML/User
parenta6f1d94ae84216a77c0baa85f39001c02b224ed1 (diff)
downloadfml8-bfc7b6b3f232b3e66f77d89a0c707eea31456e98.tar.gz
fml8-bfc7b6b3f232b3e66f77d89a0c707eea31456e98.tar.bz2
fml8-bfc7b6b3f232b3e66f77d89a0c707eea31456e98.zip
clean up.
cosmetics. more todo.
Diffstat (limited to 'fml/lib/FML/User')
-rw-r--r--fml/lib/FML/User/Info.pm9
1 files changed, 5 insertions, 4 deletions
diff --git a/fml/lib/FML/User/Info.pm b/fml/lib/FML/User/Info.pm
index c6808112..2388e266 100644
--- a/fml/lib/FML/User/Info.pm
+++ b/fml/lib/FML/User/Info.pm
@@ -1,10 +1,10 @@
#-*- perl -*-
#
-# Copyright (C) 2003 Ken'ichi Fukamachi
+# Copyright (C) 2003,2004 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: Info.pm,v 1.1 2003/11/23 04:07:02 fukachan Exp $
+# $FML: Info.pm,v 1.1 2003/11/23 14:18:23 fukachan Exp $
#
package FML::User::Info;
@@ -16,7 +16,7 @@ use Carp;
=head1 NAME
-FML::User::Info - maintain data with expiration.
+FML::User::Info - maintain user information.
=head1 SYNOPSIS
@@ -76,6 +76,7 @@ sub import_from_mail_header
# expire Account expiration time.
# gecos General information about the user.
+ # XXX-TODO: correct logic if multiple matched ?
use Mail::Address;
my (@addrlist) = Mail::Address->parse($from);
for my $a (@addrlist) {
@@ -163,7 +164,7 @@ Ken'ichi Fukamachi
=head1 COPYRIGHT
-Copyright (C) 2003 Ken'ichi Fukamachi
+Copyright (C) 2003,2004 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.