diff options
| author | fukachan <fukachan> | 2004-01-24 09:00:53 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2004-01-24 09:00:53 +0000 |
| commit | 22441065efdc239bc5533152f7fc2a61623916c7 (patch) | |
| tree | e5e7095ab3ddb5f8e9a621925265937d44a825c6 /fml/lib/Mail/Delivery.pm | |
| parent | a5f29a5e10c33cf0c1cf8a9c66ef2a9c46b8c64a (diff) | |
| download | fml8-22441065efdc239bc5533152f7fc2a61623916c7.tar.gz fml8-22441065efdc239bc5533152f7fc2a61623916c7.tar.bz2 fml8-22441065efdc239bc5533152f7fc2a61623916c7.zip | |
fix comments.
Diffstat (limited to 'fml/lib/Mail/Delivery.pm')
| -rw-r--r-- | fml/lib/Mail/Delivery.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fml/lib/Mail/Delivery.pm b/fml/lib/Mail/Delivery.pm index f38824a7..3458c3a9 100644 --- a/fml/lib/Mail/Delivery.pm +++ b/fml/lib/Mail/Delivery.pm @@ -1,10 +1,10 @@ #-*- perl -*- # -# Copyright (C) 2000,2001,2002,2003 Ken'ichi Fukamachi +# Copyright (C) 2000,2001,2002,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: Delivery.pm,v 1.9 2003/02/01 13:47:35 fukachan Exp $ +# $FML: Delivery.pm,v 1.10 2003/02/11 09:48:18 fukachan Exp $ # package Mail::Delivery; @@ -92,7 +92,7 @@ constructor. The request is forwarded to SUPER class. # load module suitable for specified protocol and # return object such as Mail::Delivery::ESMTP. # Arguments: OBJ($self) HASH_REF($args) -# Side Effects: load module +# Side Effects: load module, croak() if unknown protocol. # Return Value: OBJ sub new { @@ -139,7 +139,7 @@ Ken'ichi Fukamachi =head1 COPYRIGHT -Copyright (C) 2000,2001,2002,2003 Ken'ichi Fukamachi +Copyright (C) 2000,2001,2002,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. |
