![]() |
![]()
| ![]() |
![]()
NAMESPOPS::Key::UUID - Creates a Universally Unique ID (UUID) as a key SYNOPSIS# In your SPOPS configuration $spops = { 'myspops' => { 'isa' => [ qw/ SPOPS::Key::UUID SPOPS::DBI / ], ... }, }; DESCRIPTIONVery, 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. BUGSUnclear whether Data::UUID works on Win32. TO DONothing known. COPYRIGHTCopyright (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. AUTHORSChris Winters <chris@cwinters.com>
|