1Workflow::Persister::UUUIsDe(r3)Contributed Perl DocumenWtoartkifolnow::Persister::UUID(3)
2
3
4
6 Workflow::Persister::UUID - Persister to generate Universally Unique
7 Identifiers
8
10 <persister
11 name="MyPersister"
12 use_uuid="yes"
13 ...
14
16 Implementation for any persister to generate a UUID/GUID ID string. The
17 resulting string is 36 characters long and, according to the implemenā
18 tation docs, "is guaranteed to be different from all other UUIDs/GUIDs
19 generated until 3400 CE."
20
21 This uses the Data::UUID module to generate the UUID string, so look
22 there if you are curious about the algorithm, efficiency, etc.
23
24 METHODS
25
26 #=head3 new
27
28 #=head3 pre_fetch_id
29
30 #=head3 post_fetch_id
31
33 Copyright (c) 2003-2004 Chris Winters. All rights reserved.
34
35 This library is free software; you can redistribute it and/or modify it
36 under the same terms as Perl itself.
37
39 Chris Winters <chris@cwinters.com>
40
41
42
43perl v5.8.8 2007-04-25 Workflow::Persister::UUID(3)