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

wreis at dev.catalyst.perl.org wreis at dev.catalyst.perl.org
Tue Dec 11 01:29:52 GMT 2007


Author: wreis
Date: 2007-12-11 01:29:51 +0000 (Tue, 11 Dec 2007)
New Revision: 3897

Modified:
   DBIx-Class/0.08/trunk/lib/DBIx/Class/Row.pm
Log:
minor doc fix

Modified: DBIx-Class/0.08/trunk/lib/DBIx/Class/Row.pm
===================================================================
--- DBIx-Class/0.08/trunk/lib/DBIx/Class/Row.pm	2007-11-29 01:54:01 UTC (rev 3896)
+++ DBIx-Class/0.08/trunk/lib/DBIx/Class/Row.pm	2007-12-11 01:29:51 UTC (rev 3897)
@@ -352,7 +352,7 @@
 reinserted using C<< ->insert() >> before C<< ->update() >> can be used
 on it. If you delete an object in a class with a C<has_many>
 relationship, all the related objects will be deleted as well. To turn
-this behavior off, pass C<cascade_delete => 0> in the C<$attr>
+this behavior off, pass C<< cascade_delete => 0 >> in the C<$attr>
 hashref. Any database-level cascade or restrict will take precedence
 over a DBIx-Class-based cascading delete. See also L<DBIx::Class::ResultSet/delete>.
 




More information about the Bast-commits mailing list