Fix example code. Thanks bits
Ash Berlin [Sat, 4 Aug 2007 17:30:14 +0000 (17:30 +0000)]
lib/DBIx/Class/Manual/Cookbook.pod

index 1bc0c8a..bb33261 100644 (file)
@@ -294,7 +294,7 @@ it in your C<order_by> attribute:
       join     => [qw/ artist /],
       order_by => [qw/ artist.name /]
     }
-  };
+  );
 
   # Equivalent SQL:
   # SELECT cd.* FROM cd