summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command/User/bye.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-10-17 10:58:11 +0000
committerfukachan <fukachan>2001-10-17 10:58:11 +0000
commitf394cda5c4fd99d3fe03fcc3ae6758bfe50691b5 (patch)
treeb533d589fd3b46462ddeefcec39a0fad3b485c15 /fml/lib/FML/Command/User/bye.pm
parent4618843fb896a8d317a93224dfe1a80d19edb85f (diff)
downloadfml8-f394cda5c4fd99d3fe03fcc3ae6758bfe50691b5.tar.gz
fml8-f394cda5c4fd99d3fe03fcc3ae6758bfe50691b5.tar.bz2
fml8-f394cda5c4fd99d3fe03fcc3ae6758bfe50691b5.zip
fix typo
Diffstat (limited to 'fml/lib/FML/Command/User/bye.pm')
-rw-r--r--fml/lib/FML/Command/User/bye.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Command/User/bye.pm b/fml/lib/FML/Command/User/bye.pm
index 76ce8b2d..6f1a2558 100644
--- a/fml/lib/FML/Command/User/bye.pm
+++ b/fml/lib/FML/Command/User/bye.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: bye.pm,v 1.2 2001/08/26 07:59:03 fukachan Exp $
+# $FML: bye.pm,v 1.3 2001/10/14 00:32:29 fukachan Exp $
#
package FML::Command::User::bye;
@@ -12,7 +12,7 @@ use strict;
use vars qw(@ISA @EXPORT @EXPORT_OK $AUTOLOAD);
use Carp;
-FML::Command::Utils;
+use FML::Command::Utils;
use FML::Command::User::unsubscribe;
@ISA = qw(FML::Command::User::unsubscribe FML::Command::Utils);