[Catalyst] Re: Perl::Rails?

Brandon Black blblack at gmail.com
Fri Dec 9 19:18:34 CET 2005


On 12/9/05, Sebastian Riedel <sri at oook.de> wrote:
>
> 09.12.2005 17:48 Brandon Black:
> > Except that not every CPAN module one might use uses carp/croak.  Some
> > just die on error.
>
> We can't solve the problems of every module on CPAN.
> But in fact, the only problem are modules that die with a newline
> (die "foo\n").
>

Then perhaps that's what causes the ones I see.  I did a very brief
search of my "site_perl" modules and found numerous instances of die's
that end in "\n".  Of note (widely used, or probably widely used
indirectly by users of various Catalyst-related modules):

Parse::RecDescent
DateTime (and many submodules)
Data::FormValidator
DBIx::ContextualFetch
Lingua::EN::Inflect
Class::DBI
Compress::Zlib
Template (and many submodules)
DBD::Pg
DBD::Oracle
Class::C3

-- Brandon



More information about the Catalyst mailing list