From: Jess Robinson Date: Mon, 19 May 2008 21:59:16 +0000 (+0000) Subject: Oops, =cut after the pod not in the middle X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=25bedd541fcc476ea4d37430f1f3ef6c384eb201;p=dbsrgits%2FDBIx-Class-Historic.git Oops, =cut after the pod not in the middle --- diff --git a/lib/DBIx/Class/ResultSet.pm b/lib/DBIx/Class/ResultSet.pm index 33c84d3..e113fdb 100644 --- a/lib/DBIx/Class/ResultSet.pm +++ b/lib/DBIx/Class/ResultSet.pm @@ -2654,8 +2654,6 @@ with a father in the person table, we could explicitly use C: # SELECT child.* FROM person child # INNER JOIN person father ON child.father_id = father.id -=cut - =head2 for =over 4 @@ -2667,4 +2665,6 @@ with a father in the person table, we could explicitly use C: Set to 'update' for a SELECT ... FOR UPDATE or 'shared' for a SELECT ... FOR SHARED. +=cut + 1;