DBIx::Class::UUIDColumns::UUIDMaker::Data::UUID - Create uuids using Data::UUID
package Artist;
__PACKAGE__->load_components(qw/UUIDColumns Core DB/);
__PACKAGE__->uuid_columns( 'artist_id' );
__PACKAGE__->uuid_class('::Data::UUID');
This DBIx::Class::UUIDColumns::UUIDMaker subclass uses Data::UUID to generate
uuid strings in the following format:
098f2470-bae0-11cd-b579-08002b30bfeb
Returns the new uuid as a string.
Chris Laco <claco@chrislaco.com>
You may distribute this code under the same terms as Perl itself.