From: Justin Guenther Date: Tue, 6 Jun 2006 22:29:14 +0000 (+0000) Subject: Fixed 'DBIx/Class/DB.pm did not return a true value' error X-Git-Tag: v0.07002~75^2~133 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=76b2b77c6df2db087db4edbfc2355ed9dd413acd;p=dbsrgits%2FDBIx-Class.git Fixed 'DBIx/Class/DB.pm did not return a true value' error --- diff --git a/lib/DBIx/Class/DB.pm b/lib/DBIx/Class/DB.pm index 07c8924..0fb7e8a 100644 --- a/lib/DBIx/Class/DB.pm +++ b/lib/DBIx/Class/DB.pm @@ -176,9 +176,6 @@ Alias for L Alias for L - -1; - =head1 AUTHORS Matt S. Trout @@ -189,3 +186,4 @@ You may distribute this code under the same terms as Perl itself. =cut +1;