summaryrefslogtreecommitdiff
path: root/fml/lib/FML
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-03-11 04:09:27 +0000
committerfukachan <fukachan>2001-03-11 04:09:27 +0000
commit83d1c19e2a77a946b1e9e799af3d797c86df32d8 (patch)
treed06c87c524463ed8f77189adf71f80e4cc53ab4b /fml/lib/FML
parent76ddead03a7f37060ff1d735dc5b8864a50204b4 (diff)
downloadfml8-83d1c19e2a77a946b1e9e799af3d797c86df32d8.tar.gz
fml8-83d1c19e2a77a946b1e9e799af3d797c86df32d8.tar.bz2
fml8-83d1c19e2a77a946b1e9e799af3d797c86df32d8.zip
declare not yet implemented
Diffstat (limited to 'fml/lib/FML')
-rw-r--r--fml/lib/FML/Process/Configure.pm26
-rw-r--r--fml/lib/FML/Process/QMail.pm4
-rw-r--r--fml/lib/FML/Process/TicketSystem.pm2
3 files changed, 13 insertions, 19 deletions
diff --git a/fml/lib/FML/Process/Configure.pm b/fml/lib/FML/Process/Configure.pm
index 9049d736..22c33ba6 100644
--- a/fml/lib/FML/Process/Configure.pm
+++ b/fml/lib/FML/Process/Configure.pm
@@ -28,15 +28,12 @@ FML::Process::Configure -- fmlconf and makefml
=cut
-
-require Exporter;
@ISA = qw(FML::Process::Kernel Exporter);
-
-# Descriptions:
+# Descriptions: constructor
# Arguments: $self $args
-# Side Effects:
-# Return Value: none
+# Side Effects: none
+# Return Value: FML::Process::Configure object
sub new
{
my ($self, $args) = @_;
@@ -48,14 +45,14 @@ sub new
# Descriptions: dummy yet now
# Arguments: $self $args
-# Side Effects:
+# Side Effects: none
# Return Value: none
sub prepare { ; }
-# Descriptions:
+# Descriptions: just a switch
# Arguments: $self $args
-# Side Effects:
+# Side Effects: none
# Return Value: none
sub run
{
@@ -81,9 +78,9 @@ sub run
}
-# Descriptions:
+# Descriptions: show configurations variables in the sytle "key = value"
# Arguments: $self $args
-# Side Effects:
+# Side Effects: none
# Return Value: none
sub _show_conf
{
@@ -96,13 +93,6 @@ sub _show_conf
}
-sub AUTOLOAD
-{
- my ($curproc, $args) = @_;
- ;
-}
-
-
=head1 AUTHOR
Ken'ichi Fukamachi
diff --git a/fml/lib/FML/Process/QMail.pm b/fml/lib/FML/Process/QMail.pm
index 0916008b..a5bfbd26 100644
--- a/fml/lib/FML/Process/QMail.pm
+++ b/fml/lib/FML/Process/QMail.pm
@@ -30,10 +30,12 @@ FML::Process::QMail - emulate C<qmail-ext> address
=head1 SYNOPSIS
-NOT YET MERGED
+C<NOT YET IMPLERMENTED>.
=head1 DESCRIPTION
+C<NOT YET IMPLERMENTED>.
+
=head1 METHODS
=cut
diff --git a/fml/lib/FML/Process/TicketSystem.pm b/fml/lib/FML/Process/TicketSystem.pm
index 4b4130d9..19613060 100644
--- a/fml/lib/FML/Process/TicketSystem.pm
+++ b/fml/lib/FML/Process/TicketSystem.pm
@@ -94,6 +94,8 @@ TicketSystem -- primitive fml5 ticket system
=head1 SYNOPSIS
+C<NOT YET IMPLEMENTED>.
+
=head1 DESCRIPTION
=cut