![]() |
![]()
| ![]() |
![]()
NAMEDBIx::Class::UUIDColumns::UUIDMaker::Win32::Guidgen - Create uuids using Win32::Guidgen SYNOPSISpackage Artist; __PACKAGE__->load_components(qw/UUIDColumns Core DB/); __PACKAGE__->uuid_columns( 'artist_id' ); __PACKAGE__->uuid_class('::Win32::Guidgen'); DESCRIPTIONThis DBIx::Class::UUIDColumns::UUIDMaker subclass uses Win32::Guidgen to generate uuid strings in the following format: 098f2470-bae0-11cd-b579-08002b30bfeb METHODSas_stringReturns the new uuid as a string. SEE ALSOWin32::Guidgen AUTHORChris Laco <claco@chrislaco.com> LICENSEYou may distribute this code under the same terms as Perl itself.
|