X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README;h=78d66973a95e2dc3905d3a2d7e501ee3c02f49bf;hb=master;hp=bb25b2681ea5b20db0bb4b38da78ef947b714b82;hpb=aaeaf963adf6f25d0b94f91141b93b4260f5bd47;p=dbsrgits%2FDBIx-Class-UUIDColumns.git diff --git a/README b/README index bb25b26..78d6697 100644 --- a/README +++ b/README @@ -40,7 +40,7 @@ METHODS Inserts a new uuid string into each column in "uuid_columns". uuid_columns - Takes a list of columns to be filled with uuids during insert. + Gets/sets the list of columns to be filled with uuids during insert. __PACKAGE__->uuid_columns('artist_id'); @@ -56,9 +56,9 @@ METHODS __PACKAGE__->uuid_class('::Data::UUID'); # loads DBIx::Class::UUIDMaker::Data::UUID; - Note that "uuid_class" chacks to see that the specified class isa - DBIx::Class::UUIDColumns::UUIDMaker subbclass and throws and exception - if it isn't. + Note that "uuid_class" checks to see that the specified class isa + DBIx::Class::UUIDColumns::UUIDMaker subclass and throws and exception if + it isn't. uuid_maker Returns the current UUIDMaker instance for the given module. @@ -68,8 +68,11 @@ METHODS SEE ALSO DBIx::Class::UUIDColumns::UUIDMaker -AUTHORS - Chia-liang Kao Chris Laco +AUTHOR + Chia-liang Kao + +CONTRIBUTERS + Chris Laco LICENSE You may distribute this code under the same terms as Perl itself.