fixed docs in Id
started adding workflow activity base class
This commit is contained in:
parent
c31d28eb3a
commit
87287d9b58
2 changed files with 193 additions and 4 deletions
|
|
@ -23,7 +23,7 @@ use Time::HiRes qw( gettimeofday usleep );
|
|||
|
||||
=head1 NAME
|
||||
|
||||
Package WebGUI::Id
|
||||
Package WebGUI::Session::Id;
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
|
|
@ -33,9 +33,7 @@ B<NOTE:> There is no such thing as perfectly unique ID's, but the chances of a d
|
|||
|
||||
=head1 SYNOPSIS
|
||||
|
||||
use WebGUI::Session::Id;
|
||||
|
||||
my $id = $session->id->generate();
|
||||
my $id = $session->id->generate;
|
||||
|
||||
=head1 METHODS
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue