[Catalyst] Graceful handling of database failure

J. Shirley jshirley at gmail.com
Thu Jun 19 20:32:56 BST 2008


On Thu, Jun 19, 2008 at 10:56 AM, Mitch Jackson <perimus at gmail.com> wrote:
[snip]

> =============================================================
> sub render_end : ActionClass('RenderView') {}
>
> sub end : {

"sub end : Private {" is what you need.  The Private attribute is important.

That should do it for you.



More information about the Catalyst mailing list