Oops, =cut after the pod not in the middle
Jess Robinson [Mon, 19 May 2008 21:59:16 +0000 (21:59 +0000)]
lib/DBIx/Class/ResultSet.pm

index 33c84d3..e113fdb 100644 (file)
@@ -2654,8 +2654,6 @@ with a father in the person table, we could explicitly use C<INNER JOIN>:
     # 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<INNER JOIN>:
 Set to 'update' for a SELECT ... FOR UPDATE or 'shared' for a SELECT
 ... FOR SHARED.
 
+=cut
+
 1;