SYNOPSIS

  package Artist;
  _\|_PACKAGE_\|_->load_components(qw/UUIDColumns Core DB/);
  _\|_PACKAGE_\|_->uuid_columns( 'artist_id' );
  _\|_PACKAGE_\|_->uuid_class('::Win32::Guidgen');

DESCRIPTION

This DBIx::Class::UUIDColumns::UUIDMaker subclass uses Win32::Guidgen to generate uuid strings in the following format:

098f2470-bae0-11cd-b579-08002b30bfeb

METHODS

as_string

Returns the new uuid as a string.

RELATED TO DBIx::Class::UUIDColumns::UUIDMaker::Win32::Guidgen…

Win32::Guidgen

AUTHOR

Chris Laco <[email protected]>

LICENSE

You may distribute this code under the same terms as Perl itself.