X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README;h=78d66973a95e2dc3905d3a2d7e501ee3c02f49bf;hb=dee0985fad31cb8640798f4b8e7eb3779d6cc918;hp=e6b6ecd3a49ee4eafea00713703a46aba12c3bc6;hpb=5f6b10785120ed3d49217285bcfa5ca43006e466;p=dbsrgits%2FDBIx-Class-UUIDColumns.git diff --git a/README b/README index e6b6ecd..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.