Fixup sequence docs
Jess Robinson [Wed, 22 Mar 2006 22:46:30 +0000 (22:46 +0000)]
lib/DBIx/Class/ResultSource.pm

index aaaa23c..1a78f29 100644 (file)
@@ -107,11 +107,9 @@ currently not used by DBIx::Class.
 
 =item sequence
 
-If your column is using a sequence to create it's values, set the name
-of the sequence here, to allow the values to be retrieved
-automatically by the L<DBIx::Class::PK::Auto> module. PK::Auto will
-attempt to retrieve the sequence name from the database, if this value
-is left unset.
+Sets the name of the sequence to use to generate values.  If not 
+specified, L<DBIx::Class::PK::Auto> will attempt to retrieve the 
+name of the sequence from the database automatically.
 
 =back