Explicit return added
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Row.pm
index 4c0bae2..80cd18c 100644 (file)
@@ -258,7 +258,7 @@ sub copy {
       }
     }
   }
-  $new;
+  return $new;
 }
 
 =head2 store_column