|
NAMEDBIx::Class::UUIDColumns::UUIDMaker::UUID::Random - Create uuids using UUID::RandomSYNOPSISpackage Artist; __PACKAGE__->load_components(qw/UUIDColumns Core DB/); __PACKAGE__->uuid_columns( 'artist_id' ); __PACKAGE__->uuid_class('::UUID::Random'); DESCRIPTIONThis DBIx::Class::UUIDColumns::UUIDMaker subclass uses UUID::Random to generate uuid strings using UUID::Random::generate.METHODSas_stringReturns the new uuid as a string.SEE ALSOUUID::RandomAUTHORMoritz Onken <onken@houseofdesign.de>LICENSEYou may distribute this code under the same terms as Perl itself.
Visit the GSP FreeBSD Man Page Interface. |