diff options
| author | fukachan <fukachan> | 2002-02-13 11:13:14 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-02-13 11:13:14 +0000 |
| commit | 7c9c065371882df6393db45d8b4cb5dbe22984c2 (patch) | |
| tree | f11c3eb56fa603ed241262de27f33ff8dc379cd2 /fml/lib/FML | |
| parent | 32c320e801127a43117b780875d4d87e1e3cb4b7 (diff) | |
| download | fml8-7c9c065371882df6393db45d8b4cb5dbe22984c2.tar.gz fml8-7c9c065371882df6393db45d8b4cb5dbe22984c2.tar.bz2 fml8-7c9c065371882df6393db45d8b4cb5dbe22984c2.zip | |
remove import of ErrorStatus
Diffstat (limited to 'fml/lib/FML')
| -rw-r--r-- | fml/lib/FML/Command/SendFile.pm | 4 |
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 |
