From: Jess Robinson Date: Wed, 22 Mar 2006 22:46:30 +0000 (+0000) Subject: Fixup sequence docs X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=318a6210913daaf2a01ec8a9759a940c08473596;p=dbsrgits%2FDBIx-Class-Historic.git Fixup sequence docs --- diff --git a/lib/DBIx/Class/ResultSource.pm b/lib/DBIx/Class/ResultSource.pm index aaaa23c..1a78f29 100644 --- a/lib/DBIx/Class/ResultSource.pm +++ b/lib/DBIx/Class/ResultSource.pm @@ -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 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 will attempt to retrieve the +name of the sequence from the database automatically. =back