<!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. I had noticed that
both<br>
<blockquote>$form->save_to_model($book) and <br>
$form->defaults_from_model($book)<br>
</blockquote>
generated warnings, and that alternatives should be used. E.g.:<br>
<blockquote>save_to_model() method deprecated and is provided for
compatibility only, and will be removed: use
$form->model->update() instead<br>
</blockquote>
I think the patch to the POD reflects the preferred usage. 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 HTML email; I think that otherwise
Thunderbird, my MUA, will inline the patch instead of marking it as an
attachment.<br>
</body>
</html>