Fixed 'DBIx/Class/DB.pm did not return a true value' error
Justin Guenther [Tue, 6 Jun 2006 22:29:14 +0000 (22:29 +0000)]
lib/DBIx/Class/DB.pm

index 07c8924..0fb7e8a 100644 (file)
@@ -176,9 +176,6 @@ Alias for L<txn_commit>
 
 Alias for L<txn_rollback>
 
-
-1;
-
 =head1 AUTHORS
 
 Matt S. Trout <mst@shadowcatsystems.co.uk>
@@ -189,3 +186,4 @@ You may distribute this code under the same terms as Perl itself.
 
 =cut
 
+1;