update Thu Oct 29 12:37:00 PDT 2009
[pkgsrc.git] / databases / p5-DBIx-Class-UUIDColumns / DESCR
1 This DBIx::Class component resembles the behaviour of Class::DBI::UUID,
2 to make some columns implicitly created as uuid.
3
4 When loaded, UUIDColumns will search for a suitable uuid generation
5 module from the following list of supported modules:
6
7     Data::UUID APR::UUID* UUID Win32::Guidgen Win32API::GUID
8
9 If no supporting module can be found, an exception will be thrown.
10
11 *APR::UUID will not be loaded under OpenBSD due to an as yet
12 unidentified XS issue.