summaryrefslogtreecommitdiff
path: root/fml/lib
diff options
context:
space:
mode:
Diffstat (limited to 'fml/lib')
-rw-r--r--fml/lib/FML/Command/SendFile.pm4
1 files changed, 1 insertions, 3 deletions
diff --git a/fml/lib/FML/Command/SendFile.pm b/fml/lib/FML/Command/SendFile.pm
index 904a3688..9edb6fe4 100644
--- a/fml/lib/FML/Command/SendFile.pm
+++ b/fml/lib/FML/Command/SendFile.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: SendFile.pm,v 1.9 2002/01/30 15:32:24 fukachan Exp $
+# $FML: SendFile.pm,v 1.10 2002/02/11 10:59:36 fukachan Exp $
#
package FML::Command::SendFile;
@@ -12,8 +12,6 @@ use strict;
use vars qw(@ISA @EXPORT @EXPORT_OK $AUTOLOAD);
use Carp;
use File::Spec;
-
-use ErrorStatus;
use FML::Log qw(Log LogWarn LogError);
=head1 NAME