fixed missing ' in update_or_create with key attr example
Alexander Hartmaier [Tue, 27 Apr 2010 13:58:56 +0000 (13:58 +0000)]
lib/DBIx/Class/ResultSet.pm

index 46f2d29..a360d3e 100644 (file)
@@ -2298,7 +2298,7 @@ For example:
     producer => $producer,
     name => 'harry',
   }, {
-    key => 'primary,
+    key => 'primary',
   });