summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/DocViewer.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-04-07 05:05:06 +0000
committerfukachan <fukachan>2002-04-07 05:05:06 +0000
commit42e1aceb00f0106b8aa7598f56eaee366d157ca5 (patch)
tree410c5d7e016592b6f00706be8ffb0660e1c47c3b /fml/lib/FML/Process/DocViewer.pm
parent566b9233ad1876ee7794f12ede35d36588520068 (diff)
downloadfml8-42e1aceb00f0106b8aa7598f56eaee366d157ca5.tar.gz
fml8-42e1aceb00f0106b8aa7598f56eaee366d157ca5.tar.bz2
fml8-42e1aceb00f0106b8aa7598f56eaee366d157ca5.zip
remove AUTOLOAD()
clean up
Diffstat (limited to 'fml/lib/FML/Process/DocViewer.pm')
-rw-r--r--fml/lib/FML/Process/DocViewer.pm15
1 files changed, 4 insertions, 11 deletions
diff --git a/fml/lib/FML/Process/DocViewer.pm b/fml/lib/FML/Process/DocViewer.pm
index 6c80a948..22f32cff 100644
--- a/fml/lib/FML/Process/DocViewer.pm
+++ b/fml/lib/FML/Process/DocViewer.pm
@@ -3,7 +3,7 @@
# Copyright (C) 2000,2001,2002 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: DocViewer.pm,v 1.14 2002/02/17 13:45:10 fukachan Exp $
+# $FML: DocViewer.pm,v 1.15 2002/03/17 06:24:31 fukachan Exp $
#
package FML::Process::DocViewer;
@@ -12,16 +12,15 @@ use vars qw($debug @ISA @EXPORT @EXPORT_OK);
use strict;
use Carp;
-use FML::Process::Kernel;
use FML::Log qw(Log LogWarn LogError);
use FML::Config;
-
+use FML::Process::Kernel;
@ISA = qw(FML::Process::Kernel);
=head1 NAME
-FML::Process::DocViewer -- perldoc wrapper for fml modules
+FML::Process::DocViewer -- perldoc wrapper to show a fml module
=head1 SYNOPSIS
@@ -217,19 +216,13 @@ sub finish
}
-# dummy to avoid the error ( undefined function )
-sub AUTOLOAD
-{
- ;
-}
-
=head1 AUTHOR
Ken'ichi Fukamachi
=head1 COPYRIGHT
-Copyright (C) 2000-2002 Ken'ichi Fukamachi
+Copyright (C) 2000,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.