X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README;h=80aacf01d5a09992e2e7a52558868b1372cbe57f;hb=c5249bacf65843cfc38c2b6c682ecc576fdd8e76;hp=bb25b2681ea5b20db0bb4b38da78ef947b714b82;hpb=aaeaf963adf6f25d0b94f91141b93b4260f5bd47;p=dbsrgits%2FDBIx-Class-UUIDColumns.git diff --git a/README b/README index bb25b26..80aacf0 100644 --- a/README +++ b/README @@ -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.