Provided by: libdbix-class-uuidcolumns-perl_0.02006-1_all
NAME
DBIx::Class::UUIDColumns::UUIDMaker::Win32API::GUID - Create uuids using Win32API::GUID
SYNOPSIS
package Artist; __PACKAGE__->load_components(qw/UUIDColumns Core DB/); __PACKAGE__->uuid_columns( 'artist_id' ); __PACKAGE__->uuid_class('::Win32API::GUID');
DESCRIPTION
This DBIx::Class::UUIDColumns::UUIDMaker subclass uses Win32API::GUID to generate uuid strings in the following format: 098f2470-bae0-11cd-b579-08002b30bfeb
METHODS
as_string Returns the new uuid as a string.
SEE ALSO
Win32API::GUID
AUTHOR
Chris Laco <claco@chrislaco.com>
LICENSE
You may distribute this code under the same terms as Perl itself. perl v5.14.2 DBIx::Class::UUIDColumns::UUIDMaker::Win32API::GUID(3pm)