-
-
21 Dec 2011 16:21:02 UTC
- Distribution: DBIx-Class-UUIDColumns
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Clone repository
- Issues (1)
- Testers (11665 / 8 / 9)
- Kwalitee
Bus factor: 6- 43.93% Coverage
- License: perl_5
- Perl: v5.8.1
- Activity
24 month- Tools
- Download (28.85KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Class::Accessor::Grouped
- DBIx::Class
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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
AUTHOR
Chris Laco <claco@chrislaco.com>
LICENSE
You may distribute this code under the same terms as Perl itself.
Module Install Instructions
To install DBIx::Class::UUIDColumns, copy and paste the appropriate command in to your terminal.
cpanm DBIx::Class::UUIDColumns
perl -MCPAN -e shell install DBIx::Class::UUIDColumns
For more information on module installation, please visit the detailed CPAN module installation guide.