[Catalyst] Re: [again] die() in an action chain : does not break the chain !

2008-03-15 Thread Aristotle Pagaltzis
* Ashley [EMAIL PROTECTED] [2008-03-15 06:15]: While we're on the topic. How abhorrent/stupid is this? $c-die(); # or $c-die(Dying is easy, comedy is hard); I'd really like something like this. I could go for $c-fatal() too. fatal_error() is nice and descriptive but I lean

Re: [Catalyst] Re: [again] die() in an action chain : does not break the chain !

2008-03-15 Thread Ashley
[snipped a bit from below] Which brings me to `halt`. Suggested plugin name: HaltRequest I think this is quite nice; HaltRequest and halt(). I'll wait a couple of days, maybe try to write some tests, to see if there is more feedback and then give it a try. On Mar 15, 2008, at 2:28 AM,

[Catalyst] Re: [again] die() in an action chain : does not break the chain !

2008-03-14 Thread Aristotle Pagaltzis
Hi Ashley, * Ashley [EMAIL PROTECTED] [2008-03-14 16:40]: I've been threatening for more than a year to write a plugin to do this. I wrote to ask for CPAN/method name suggestions, Aristotle gave me good advice which I'll have to dig up. you mean this: * Aristotle Pagaltzis [EMAIL PROTECTED]

Re: [Catalyst] Re: [again] die() in an action chain : does not break the chain !

2008-03-14 Thread Ashley
On Mar 14, 2008, at 1:36 PM, Aristotle Pagaltzis wrote: Hi Ashley, * Ashley [EMAIL PROTECTED] [2008-03-14 16:40]: I've been threatening for more than a year to write a plugin to do this. I wrote to ask for CPAN/method name suggestions, Aristotle gave me good advice which I'll have to dig up.

Re: [Catalyst] Re: [again] die() in an action chain : does not break the chain !

2008-03-14 Thread Ashley
On Mar 14, 2008, at 1:36 PM, Aristotle Pagaltzis wrote: * Ashley [EMAIL PROTECTED] [2008-03-14 16:40]: I've been threatening for more than a year to write a plugin to do this. I wrote to ask for CPAN/method name suggestions, Aristotle gave me good advice which I'll have to dig up. you mean