From 8848b5bd9ece2c0320b99ce616bd6f3ecd205159 Mon Sep 17 00:00:00 2001 From: "Stefan Hornburg (Racke)" Date: Thu, 14 Aug 2014 13:56:55 +0200 Subject: [PATCH] Fix "muse" typo in Relationship::Base's POD. --- lib/DBIx/Class/Relationship/Base.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/DBIx/Class/Relationship/Base.pm b/lib/DBIx/Class/Relationship/Base.pm index 882d47bb8..c4d111186 100644 --- a/lib/DBIx/Class/Relationship/Base.pm +++ b/lib/DBIx/Class/Relationship/Base.pm @@ -406,7 +406,7 @@ the relationship attributes. The C relationship does not update across relationships by default, so if you have a 'proxy' attribute on a belongs_to and want to -use 'update' on it, you muse set C<< cascade_update => 1 >>. +use 'update' on it, you must set C<< cascade_update => 1 >>. This is not a RDMS style cascade update - it purely means that when an object has update called on it, all the related objects also