summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command/User/info.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-02-18 14:14:52 +0000
committerfukachan <fukachan>2002-02-18 14:14:52 +0000
commit0c7d3c646859337f5ba1c37fb131c94ed7da61b2 (patch)
treed7697dd613b861f4cb6776e89346fa7343f6aeda /fml/lib/FML/Command/User/info.pm
parent4ecc0e57f4089cad88392e3e52fd4b27557a03d1 (diff)
downloadfml8-0c7d3c646859337f5ba1c37fb131c94ed7da61b2.tar.gz
fml8-0c7d3c646859337f5ba1c37fb131c94ed7da61b2.tar.bz2
fml8-0c7d3c646859337f5ba1c37fb131c94ed7da61b2.zip
we should not inherit anything as could as possible.
remove FML::Command::Utils and ErroStatus
Diffstat (limited to 'fml/lib/FML/Command/User/info.pm')
-rw-r--r--fml/lib/FML/Command/User/info.pm10
1 files changed, 5 insertions, 5 deletions
diff --git a/fml/lib/FML/Command/User/info.pm b/fml/lib/FML/Command/User/info.pm
index c30a71e8..820ebdda 100644
--- a/fml/lib/FML/Command/User/info.pm
+++ b/fml/lib/FML/Command/User/info.pm
@@ -1,10 +1,10 @@
#-*- perl -*-
#
-# Copyright (C) 2001 Ken'ichi Fukamachi
+# Copyright (C) 2001,2002 Ken'ichi Fukamachi
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: info.pm,v 1.2 2001/12/22 09:21:05 fukachan Exp $
+# $FML: info.pm,v 1.3 2001/12/22 09:53:09 fukachan Exp $
#
package FML::Command::User::info;
@@ -12,9 +12,9 @@ use strict;
use vars qw(@ISA @EXPORT @EXPORT_OK $AUTOLOAD);
use Carp;
-use FML::Command::Utils;
+
use FML::Command::User::guide;
-@ISA = qw(FML::Command::User::guide FML::Command::Utils);
+@ISA = qw(FML::Command::User::guide);
# Descriptions: send back guide
@@ -44,7 +44,7 @@ Ken'ichi Fukamachi
=head1 COPYRIGHT
-Copyright (C) 2001 Ken'ichi Fukamachi
+Copyright (C) 2001,2002 Ken'ichi Fukamachi
All rights reserved. This program is free software; you can
redistribute it and/or modify it under the same terms as Perl itself.