summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Ticket/System.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-03-21 15:37:59 +0000
committerfukachan <fukachan>2001-03-21 15:37:59 +0000
commitbf3eae8c2b334ac5745397c3994071b0f22da99e (patch)
treef5a3cae29d7eea02ecd358b178eacb720ef797c3 /fml/lib/FML/Ticket/System.pm
parent0b1345f83ef4324fbb64aa67bb42fa6727c277db (diff)
downloadfml8-bf3eae8c2b334ac5745397c3994071b0f22da99e.tar.gz
fml8-bf3eae8c2b334ac5745397c3994071b0f22da99e.tar.bz2
fml8-bf3eae8c2b334ac5745397c3994071b0f22da99e.zip
update document
Diffstat (limited to 'fml/lib/FML/Ticket/System.pm')
-rw-r--r--fml/lib/FML/Ticket/System.pm10
1 files changed, 5 insertions, 5 deletions
diff --git a/fml/lib/FML/Ticket/System.pm b/fml/lib/FML/Ticket/System.pm
index 3a11f89b..7c14d7c0 100644
--- a/fml/lib/FML/Ticket/System.pm
+++ b/fml/lib/FML/Ticket/System.pm
@@ -23,8 +23,8 @@ FML::Ticket::System - ticket system core engine
=head1 SYNOPSIS
- use Ticket::Model::toymodel;
- $ticket = new Ticket::Model::toymodel;
+ use Ticket::Model::minimal_states;
+ $ticket = new Ticket::Model::minimal_states;
$ticket->assign($curproc, $args);
$ticket->update_cache($curproc, $args);
@@ -39,9 +39,9 @@ This module provides basic functions to help sub classes.
|
A
-------------------
- | | |
- A A A
- toymodel model2 ....
+ | |
+ A A
+ minimal_states
=head1 METHODS