[Catalyst] New class templates
Oliver Gorwits
oliver.gorwits at computing-services.oxford.ac.uk
Fri Oct 21 12:42:37 CEST 2005
On Friday 21 October 2005 11:29, Sebastian Riedel wrote:
> I tend not to use warnings on production systems, script/
> myapp_server.pl uses perl -w...
Yes, standard use of warnings in production can be chatty and useless,
but in the form below is a nice addition (subjectively) to 'strict':
use warnings FATAL => 'all';
regards,
oliver.
--
Oliver Gorwits, Network Infrastructure Group,
Oxford University Computing Services
More information about the Catalyst
mailing list