X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FUUIDColumns.pm;h=efbe3d4912b504ac2516a720d9f75802f27f55a8;hb=5ef3e508fa20d477b62406146cdca0ae658c10dd;hp=1873c90bab9afd8cb8b56d39136f6adfa225dcdb;hpb=701da8c4d6f0b78ffc015085aa410a6cacfcdb40;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/UUIDColumns.pm b/lib/DBIx/Class/UUIDColumns.pm index 1873c90..efbe3d4 100644 --- a/lib/DBIx/Class/UUIDColumns.pm +++ b/lib/DBIx/Class/UUIDColumns.pm @@ -13,11 +13,11 @@ DBIx::Class::UUIDColumns - Implicit uuid columns pacakge Artist; __PACKAGE__->load_components(qw/UUIDColumns Core DB/); - __PACKAGE__->uuid_columns( 'artist_id' );x + __PACKAGE__->uuid_columns( 'artist_id' ); =head1 DESCRIPTION -This L component resambles the behaviour of +This L component resembles the behaviour of L, to make some columns implicitly created as uuid. Note that the component needs to be loaded before Core.