1 package DBIx::Class::UUIDMaker;
7 return bless {}, shift;
19 DBIx::Class::UUIDMaker - UUID wrapper module
23 package CustomUUIDMaker;
24 use base qw/DBIx::Class::/;
28 ...magic encantations...
34 DBIx::Class::UUIDMaker is a base class used by the various uuid generation
41 Returns the new uuid as a string.
45 L<DBIx::Class::UUIDMaker>,
46 L<DBIx::Class::UUIDMaker::UUID>,
47 L<DBIx::Class::UUIDMaker::APR::UUID>,
48 L<DBIx::Class::UUIDMaker::Data::UUID>,
49 L<DBIx::Class::UUIDMaker::Win32::Guidgen>,
50 L<DBIx::Class::UUIDMaker::Win32API::GUID>,
51 L<DBIx::Class::UUIDMaker::Data::Uniqid>
55 Chris Laco <claco@chrislaco.com>
59 You may distribute this code under the same terms as Perl itself.