X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F04b_getopt.t;h=5e7bc2e574408ffeaabd55f484d4bdf8d22c30f1;hb=bd567467c8bb9e746958c1ba11f93ca727a569ba;hp=4db87d3275fb09b9c0a43f234f2036838a1c630b;hpb=742b859c0f89bf4dc325980079eb770771c1c709;p=gitmo%2FMooseX-ConfigFromFile.git diff --git a/t/04b_getopt.t b/t/04b_getopt.t index 4db87d3..5e7bc2e 100644 --- a/t/04b_getopt.t +++ b/t/04b_getopt.t @@ -1,5 +1,5 @@ use strict; -use warnings; +use warnings FATAL => 'all'; use Test::Requires 'MooseX::Getopt'; # skip all if not installed use Test::More tests => 3;