[Bast-commits] r4393 - DBIx-Class/0.08/trunk/lib/DBIx/Class

castaway at dev.catalyst.perl.org castaway at dev.catalyst.perl.org
Mon May 19 22:59:16 BST 2008


Author: castaway
Date: 2008-05-19 22:59:16 +0100 (Mon, 19 May 2008)
New Revision: 4393

Modified:
   DBIx-Class/0.08/trunk/lib/DBIx/Class/ResultSet.pm
Log:
Oops, =cut after the pod not in the middle


Modified: DBIx-Class/0.08/trunk/lib/DBIx/Class/ResultSet.pm
===================================================================
--- DBIx-Class/0.08/trunk/lib/DBIx/Class/ResultSet.pm	2008-05-19 21:57:25 UTC (rev 4392)
+++ DBIx-Class/0.08/trunk/lib/DBIx/Class/ResultSet.pm	2008-05-19 21:59:16 UTC (rev 4393)
@@ -2654,8 +2654,6 @@
     # SELECT child.* FROM person child
     # INNER JOIN person father ON child.father_id = father.id
 
-=cut
-
 =head2 for
 
 =over 4
@@ -2667,4 +2665,6 @@
 Set to 'update' for a SELECT ... FOR UPDATE or 'shared' for a SELECT
 ... FOR SHARED.
 
+=cut
+
 1;




More information about the Bast-commits mailing list