diff options
| author | fukachan <fukachan> | 2001-10-17 10:58:11 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-10-17 10:58:11 +0000 |
| commit | f394cda5c4fd99d3fe03fcc3ae6758bfe50691b5 (patch) | |
| tree | b533d589fd3b46462ddeefcec39a0fad3b485c15 /fml/lib/FML/Command/User/bye.pm | |
| parent | 4618843fb896a8d317a93224dfe1a80d19edb85f (diff) | |
| download | fml8-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.pm | 4 |
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); |
