fixed test failure
Robert Buels [Sat, 20 Feb 2010 06:47:39 +0000 (22:47 -0800)]
lib/DBIx/Class/Schema/Loader/RelBuilder.pm

index 72a567e..de0e9e8 100644 (file)
@@ -275,7 +275,7 @@ sub _relnames_and_methods {
         $remote_relname .= $colnames if keys %$cond > 1;
 
         my $old_relname =       #< TODO: remove me after 0.05003 release
-            my $local_relname = lc($local_table) . $colnames;
+        $local_relname = lc($local_table) . $colnames;
         my $stripped_id = $local_relname =~ s/_id$//; #< strip off any trailing _id
         $local_relname = $self->_inflect_plural( $local_relname );