Fix POD for Schema::Index::type method
Aaron Schrab [Thu, 12 May 2011 16:05:13 +0000 (12:05 -0400)]
Had some lingering text copied from doc for options method.

AUTHORS
lib/SQL/Translator/Schema/Index.pm

diff --git a/AUTHORS b/AUTHORS
index 5279fcf..12f42e6 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,5 +1,6 @@
 The following people have contributed to the SQLFairy project:
 
+-   Aaron Schrab <aaron@schrab.com>
 -   Alexander Hartmaier <abraxxa@cpan.org>
 -   Allen Day <allenday@users.sourceforge.net>
 -   Amiri Barksdale <amiri@roosterpirates.com>
index 7a04656..469ad76 100644 (file)
@@ -195,7 +195,7 @@ Get or set the index's type.
 
   my $type = $index->type('unique');
 
-Get or set the index's options (e.g., "using" or "where" for PG).  Returns
+Get or set the index's type.
 
 Currently there are only four acceptable types: UNIQUE, NORMAL, FULL_TEXT,
 and SPATIAL. The latter two might be MySQL-specific. While both lowercase