Subject: | Feature request: accept 'FATAL' for ':fatal' or die on unknown flag |
Date: | Sun, 18 Jul 2010 06:01:36 +0100 |
To: | bugs-indirect [...] rt.cpan.org |
From: | Matt S Trout <mst [...] shadowcat.co.uk> |
I just did
use strict;
use warnings FATAL => 'all';
use indirect 'FATAL';
and was quite surprised to get warnings from indirect rather than die()s.
Either accepting 'FATAL' or dying when given a wrong flag name would fix
my surprise :)
--
Matt S Trout - Shadowcat Systems - Perl consulting with a commit bit and a clue
http://shadowcat.co.uk/blog/matt-s-trout/ http://twitter.com/shadowcat_mst/
Email me now on mst (at) shadowcat.co.uk and let's chat about how our Catalyst
commercial support, training and consultancy packages could help your team.