diff options
| author | fukachan <fukachan> | 2004-07-11 15:43:36 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2004-07-11 15:43:36 +0000 |
| commit | cd4dcdf032c6e03bd8983f14d5fa957f5b812618 (patch) | |
| tree | 5b502a55d2892d4e3e825f391818be7c142187ac /fml/lib/FML/User/DB.pm | |
| parent | beb5a1d8ec3c57d3879d39435f726ad73e67e72f (diff) | |
| download | fml8-cd4dcdf032c6e03bd8983f14d5fa957f5b812618.tar.gz fml8-cd4dcdf032c6e03bd8983f14d5fa957f5b812618.tar.bz2 fml8-cd4dcdf032c6e03bd8983f14d5fa957f5b812618.zip | |
fix comments
Diffstat (limited to 'fml/lib/FML/User/DB.pm')
| -rw-r--r-- | fml/lib/FML/User/DB.pm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/fml/lib/FML/User/DB.pm b/fml/lib/FML/User/DB.pm index cac21b72..d98c1a64 100644 --- a/fml/lib/FML/User/DB.pm +++ b/fml/lib/FML/User/DB.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: DB.pm,v 1.5 2004/01/21 03:55:12 fukachan Exp $ +# $FML: DB.pm,v 1.6 2004/04/27 13:30:51 fukachan Exp $ # package FML::User::DB; @@ -24,7 +24,7 @@ my $default_expire_period = 30*24*3600; =head1 NAME -FML::User::DB - maintain data with expiration. +FML::User::DB - maintain user database with expiration. =head1 SYNOPSIS @@ -43,6 +43,8 @@ FML::User::DB - maintain data with expiration. =head2 C<new()> +constructor. + =cut |
