From d1fe458edcc5c321527e077395ce9177177dc3a4 Mon Sep 17 00:00:00 2001 From: fukachan Date: Sun, 15 Dec 2002 13:46:28 +0000 Subject: clean up comments --- fml/lib/FML/Command/User/mget.pm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'fml/lib/FML/Command/User/mget.pm') diff --git a/fml/lib/FML/Command/User/mget.pm b/fml/lib/FML/Command/User/mget.pm index 844f5b5d..44101aec 100644 --- a/fml/lib/FML/Command/User/mget.pm +++ b/fml/lib/FML/Command/User/mget.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: mget.pm,v 1.10 2002/09/11 23:18:10 fukachan Exp $ +# $FML: mget.pm,v 1.11 2002/09/22 14:56:47 fukachan Exp $ # package FML::Command::User::mget; @@ -16,7 +16,8 @@ use FML::Command::User::get; @ISA = qw(FML::Command::User::get); -# Descriptions: send article(s) +# Descriptions: send back article(s). +# The request is forwarded to "get" module. # Arguments: OBJ($self) OBJ($curproc) HASH_REF($command_args) # Side Effects: forward request to get module # Return Value: none @@ -29,7 +30,7 @@ sub process =head1 NAME -FML::Command::User::mget - send articles +FML::Command::User::mget - send back article(s) =head1 SYNOPSIS -- cgit v1.2.1