summaryrefslogtreecommitdiff
path: root/fml/lib/FML
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-02-23 10:04:03 +0000
committerfukachan <fukachan>2002-02-23 10:04:03 +0000
commita0df002a28bf4f95b35fadea3f6473cc0f675964 (patch)
tree16310bc3ed76e5e8771b707b55579aa9c8c7cb99 /fml/lib/FML
parent1fc2c3dae75c7b968a477e3f9c4bbcd3c8e2cdff (diff)
downloadfml8-a0df002a28bf4f95b35fadea3f6473cc0f675964.tar.gz
fml8-a0df002a28bf4f95b35fadea3f6473cc0f675964.tar.bz2
fml8-a0df002a28bf4f95b35fadea3f6473cc0f675964.zip
cosmetics
Diffstat (limited to 'fml/lib/FML')
-rw-r--r--fml/lib/FML/Command/Admin/get.pm6
1 files changed, 1 insertions, 5 deletions
diff --git a/fml/lib/FML/Command/Admin/get.pm b/fml/lib/FML/Command/Admin/get.pm
index 68d316f9..8da03d98 100644
--- a/fml/lib/FML/Command/Admin/get.pm
+++ b/fml/lib/FML/Command/Admin/get.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: get.pm,v 1.8 2002/02/18 14:24:12 fukachan Exp $
+# $FML: get.pm,v 1.9 2002/02/20 14:10:37 fukachan Exp $
#
package FML::Command::Admin::get;
@@ -12,8 +12,6 @@ use strict;
use vars qw(@ISA @EXPORT @EXPORT_OK $AUTOLOAD);
use Carp;
-
-
use FML::Command::SendFile;
use FML::Log qw(Log LogWarn LogError);
@ISA = qw(FML::Command::SendFile);
@@ -24,8 +22,6 @@ FML::Command::Admin::get - get arbitrary file in $ml_home_dir
=head1 SYNOPSIS
- ... NOT IMPLEMENTED ...
-
See C<FML::Command> for more details.
=head1 DESCRIPTION