* Justin Guenther <[EMAIL PROTECTED]> [2006-07-22 03:20]:
> In this particular case, Template::Toolkit uses exception
> objects, which seem to get completely eaten somewhere between
> getting thrown and caught by eval{}. The $@ variable is the
> empty string, in this case, and it's completely impossible to
> tell if there is an exception or not.
I have no idea if this is the problem or not, but there was a
discussion about rethrowing just a few days ago on PerlMonks
which mentioned similar issues:
Rethrowing with die $@ considered harmful
http://www.perlmonks.org/index.pl?node_id=561895
I don’t know if that’ll be any help, but who knows.
Regards,
--
#Aristotle
*AUTOLOAD=*_;sub _{s/(.*)::(.*)/print$2,(",$\/"," ")[defined wantarray]/e;$1};
&Just->another->Perl->hacker;
_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/