fixed docs in Id

started adding workflow activity base class
This commit is contained in:
JT Smith 2006-02-08 20:56:13 +00:00
parent c31d28eb3a
commit 87287d9b58
2 changed files with 193 additions and 4 deletions

View file

@ -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