X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=blobdiff_plain;f=t%2F110_sort_usage_by_attr_order.t;fp=t%2F110_sort_usage_by_attr_order.t;h=c6511bf408c40d08a8306fce9760174271afa67c;hp=c424add4842aad39dd575ebd14abfdf918b298d3;hb=aec092482d5b90b8279e4a5f92165868a78ddf32;hpb=0cdc0384ddb0c3be31312270a986ef74c77db300 diff --git a/t/110_sort_usage_by_attr_order.t b/t/110_sort_usage_by_attr_order.t index c424add..c6511bf 100644 --- a/t/110_sort_usage_by_attr_order.t +++ b/t/110_sort_usage_by_attr_order.t @@ -8,13 +8,13 @@ # early), followed by options added by parent classes and roles, and then # options added by this class. -use strict; use warnings; +use strict; use warnings FATAL => 'all'; use Test::More tests => 2; use Test::NoWarnings 1.04 ':early'; { package MyClass; - use strict; use warnings; + use strict; use warnings FATAL => 'all'; use Moose; with 'MooseX::Getopt';