On 9 May 2013, at 14:25, Bill Moseley <[email protected]> wrote: > I have a feeling I asked this before, but cannot find the post. > > [info] Exception powered by Catalyst 5.90030 > > What's the reasoning that chained actions continue to run after an earlier > exception? >
You're after this: https://metacpan.org/module/Catalyst::ActionRole::DetachOnDie which gives you the alternate behaviour (i.e. detaching from the chain on first exception). Cheers t0m _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
