<Delurk via the archives>

Its actually a perl parser bug with CORE::GLOBAL::die overloading, where
the parser takes |die Template::Exception->new(...)| to be |(die
Template::Exception)->new(...)|. Newer CGI::Carp uses CORE::GLOBLA::die
instead of $SIG{__DIE__}, which is why this changed.

See
http://lists.template-toolkit.org/pipermail/templates/2002-October/003779.html
and
http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-09/msg01204.html

Its fixed in TT2.08c (and perl 5.8.1-tobe/5.9)

Bradley

_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to