Explicit return added
Jess Robinson [Sun, 19 Feb 2006 22:30:05 +0000 (22:30 +0000)]
lib/DBIx/Class/Row.pm

index 4c0bae2..80cd18c 100644 (file)
@@ -258,7 +258,7 @@ sub copy {
       }
     }
   }
-  $new;
+  return $new;
 }
 
 =head2 store_column