X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F110_sort_usage_by_attr_order.t;fp=t%2F110_sort_usage_by_attr_order.t;h=c424add4842aad39dd575ebd14abfdf918b298d3;hb=9fbb5be9dcf64475fb6f4d25807db1e952be2365;hp=c7677e072852507ef95d91ca7ffa25e252962075;hpb=1f314cdccd9ef11cc0ecb606b5247fc0f9ee0237;p=gitmo%2FMooseX-Getopt.git diff --git a/t/110_sort_usage_by_attr_order.t b/t/110_sort_usage_by_attr_order.t index c7677e0..c424add 100644 --- a/t/110_sort_usage_by_attr_order.t +++ b/t/110_sort_usage_by_attr_order.t @@ -9,7 +9,8 @@ # options added by this class. use strict; use warnings; -use Test::More tests => 1; +use Test::More tests => 2; +use Test::NoWarnings 1.04 ':early'; { package MyClass;