diff options
| author | fukachan <fukachan> | 2003-01-11 16:05:09 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-01-11 16:05:09 +0000 |
| commit | e172c7a0a018fe2173af56e281f0f454aaabc996 (patch) | |
| tree | 2aaac38b8efbef3e58409cdd087937d0fa2da0df /fml/lib/FML/Header | |
| parent | f7d7b5c89200769cd1ee9a6b7f0c2d46c8e9b2b1 (diff) | |
| download | fml8-e172c7a0a018fe2173af56e281f0f454aaabc996.tar.gz fml8-e172c7a0a018fe2173af56e281f0f454aaabc996.tar.bz2 fml8-e172c7a0a018fe2173af56e281f0f454aaabc996.zip | |
fix comments (FNF).
Diffstat (limited to 'fml/lib/FML/Header')
| -rw-r--r-- | fml/lib/FML/Header/Subject.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fml/lib/FML/Header/Subject.pm b/fml/lib/FML/Header/Subject.pm index 9ec7ef63..e949afa5 100644 --- a/fml/lib/FML/Header/Subject.pm +++ b/fml/lib/FML/Header/Subject.pm @@ -1,10 +1,10 @@ #-*- perl -*- # -# Copyright (C) 2001,2002 Ken'ichi Fukamachi +# Copyright (C) 2001,2002,2003 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: Subject.pm,v 1.34 2002/12/10 12:00:49 fukachan Exp $ +# $FML: Subject.pm,v 1.35 2002/12/20 03:44:52 fukachan Exp $ # package FML::Header::Subject; @@ -142,7 +142,7 @@ sub decode # Descriptions: delete subject tag -# Arguments: OBJ($self) HASH_REF($args) +# Arguments: OBJ($self) STR($subject) STR($tag) # Side Effects: none # Return Value: STR sub delete_subject_tag @@ -276,7 +276,7 @@ Ken'ichi Fukamachi =head1 COPYRIGHT -Copyright (C) 2001,2002 Ken'ichi Fukamachi +Copyright (C) 2001,2002,2003 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. |
