
Dbix::class provides a behaviour similar to class::dbi::uuid. it impments globally unique columns values. when an object is created, the columns specified are given unique ids.
when loaded, uuidcolumns will search for a suitable uuid generation module from the following list of supported modules:
* data::uuid
* apr::uuid*
* uuid
if no supporting module can be found, an exception will be thrown.