[Bast-commits] r4361 - DBIx-Class/0.08/trunk/lib/DBIx/Class

nigel at dev.catalyst.perl.org nigel at dev.catalyst.perl.org
Thu May 8 14:22:44 BST 2008


Author: nigel
Date: 2008-05-08 14:22:44 +0100 (Thu, 08 May 2008)
New Revision: 4361

Modified:
   DBIx-Class/0.08/trunk/lib/DBIx/Class/Relationship.pm
Log:
cascade_copy docs (format fixed)

Modified: DBIx-Class/0.08/trunk/lib/DBIx/Class/Relationship.pm
===================================================================
--- DBIx-Class/0.08/trunk/lib/DBIx/Class/Relationship.pm	2008-05-08 13:21:33 UTC (rev 4360)
+++ DBIx-Class/0.08/trunk/lib/DBIx/Class/Relationship.pm	2008-05-08 13:22:44 UTC (rev 4361)
@@ -273,8 +273,8 @@
 
 If you copy an object in a class with a C<has_many> relationship, all
 the related objects will be copied as well. To turn this behaviour off,
-pass C<cascade_copy => 0 > in the C<$attr> hashref. The behaviour
-defaults to C<cascade_copy => 1>.
+pass C<< cascade_copy => 0 >> in the C<$attr> hashref. The behaviour
+defaults to C<< cascade_copy => 1 >>.
 
 See L<DBIx::Class::Relationship::Base> for documentation on relationship
 methods and valid relationship attributes.




More information about the Bast-commits mailing list