<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Dear Catalyst developers -<br>
<br>
Attached is a patch that updates
Catalyst::Manual::Tutorial::AdvancedCRUD::FormFu.&nbsp; I had noticed that
both<br>
<blockquote>$form-&gt;save_to_model($book) and <br>
$form-&gt;defaults_from_model($book)<br>
</blockquote>
generated warnings, and that alternatives should be used.&nbsp; E.g.:<br>
<blockquote>save_to_model() method deprecated and is provided for
compatibility only, and will be removed: use
$form-&gt;model-&gt;update() instead<br>
</blockquote>
I think the patch to the POD reflects the preferred usage.&nbsp; My local
tests suggest that it works, but I am still a Catalyst (and FormFu)
newbie.<br>
<br>
-Del<br>
<br>
p.s. - Apologies in advance for the&nbsp; HTML email; I think that otherwise
Thunderbird, my MUA, will inline the patch instead of marking it as an
attachment.<br>
</body>
</html>