SPOPS::Key::UUID - Creates a Universally Unique ID (UUID) as a key
# In your SPOPS configuration
$spops = {
'myspops' => {
'isa' => [ qw/ SPOPS::Key::UUID SPOPS::DBI / ],
...
},
};
Very, very simple. We just use the Data::UUID module to create a unique key. The
key is created before the object is inserted.
The docs for Data::UUID say that it can handle millions of new
keys per second, which should be enough for anything Perl is running.
Unclear whether Data::UUID works on Win32.
Copyright (c) 2001-2004 intes.net, inc.. All rights reserved.
This library is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
Chris Winters <chris@cwinters.com>