DBIx::Class::UUIDColumns::UUIDMaker(3) UUID wrapper module

SYNOPSIS


package CustomUUIDMaker;
use base qw/DBIx::Class::UUIDColumns::UUIDMaker/;
sub as_string {
my $uuid;
...magic incantations...
return $uuid;
};

DESCRIPTION

DBIx::Class::UUIDColumns::UUIDMaker is a base class used by the various uuid generation subclasses.

METHODS

as_string

Returns the new uuid as a string.

new

Returns a new uuid maker subclass.

AUTHOR

Chris Laco <[email protected]>

LICENSE

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