Updated AUTHOR/CONSTRIBUTORS pod
Christopher H. Laco [Thu, 6 Jul 2006 22:39:52 +0000 (22:39 +0000)]
META.yml
README
lib/DBIx/Class/UUIDColumns.pm

index 2cf4cbc..d5ebfba 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -1,7 +1,8 @@
 ---
 name: DBIx-Class-UUIDColumns
 version: 0.01000
-author: ~
+author:
+  - 'Chia-liang Kao <clkao@clkao.org>'
 abstract: Implicit uuid columns
 license: perl
 requires:
diff --git a/README b/README
index bb25b26..e6b6ecd 100644 (file)
--- a/README
+++ b/README
@@ -68,8 +68,11 @@ METHODS
 SEE ALSO
     DBIx::Class::UUIDColumns::UUIDMaker
 
-AUTHORS
-    Chia-liang Kao <clkao@clkao.org> Chris Laco <claco@chrislaco.com>
+AUTHOR
+    Chia-liang Kao <clkao@clkao.org>
+
+CONTRIBUTERS
+    Chris Laco <claco@chrislaco.com>
 
 LICENSE
     You may distribute this code under the same terms as Perl itself.
index 22cfc55..107d3c2 100644 (file)
@@ -157,9 +157,12 @@ Returns the current UUIDMaker instance for the given module.
 
 L<DBIx::Class::UUIDColumns::UUIDMaker>
 
-=head1 AUTHORS
+=head1 AUTHOR
 
 Chia-liang Kao <clkao@clkao.org>
+
+=head1 CONTRIBUTERS
+
 Chris Laco <claco@chrislaco.com>
 
 =head1 LICENSE