From: Christopher H. Laco Date: Thu, 6 Jul 2006 22:39:52 +0000 (+0000) Subject: Updated AUTHOR/CONSTRIBUTORS pod X-Git-Tag: v0.01001~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5f6b10785120ed3d49217285bcfa5ca43006e466;hp=aaeaf963adf6f25d0b94f91141b93b4260f5bd47;p=dbsrgits%2FDBIx-Class-UUIDColumns.git Updated AUTHOR/CONSTRIBUTORS pod --- diff --git a/META.yml b/META.yml index 2cf4cbc..d5ebfba 100644 --- a/META.yml +++ b/META.yml @@ -1,7 +1,8 @@ --- name: DBIx-Class-UUIDColumns version: 0.01000 -author: ~ +author: + - 'Chia-liang Kao ' abstract: Implicit uuid columns license: perl requires: diff --git a/README b/README index bb25b26..e6b6ecd 100644 --- a/README +++ b/README @@ -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. diff --git a/lib/DBIx/Class/UUIDColumns.pm b/lib/DBIx/Class/UUIDColumns.pm index 22cfc55..107d3c2 100644 --- a/lib/DBIx/Class/UUIDColumns.pm +++ b/lib/DBIx/Class/UUIDColumns.pm @@ -157,9 +157,12 @@ Returns the current UUIDMaker instance for the given module. L -=head1 AUTHORS +=head1 AUTHOR Chia-liang Kao + +=head1 CONTRIBUTERS + Chris Laco =head1 LICENSE