X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F004_nogetop.t;h=4cc272f24433eca0b79583c8912ffc673664fdfa;hb=a9e27700692fd9cd3c6b83deb3718d199c1646d0;hp=974c6c851530ff5249c62204887783f9c81d61e4;hpb=aabf4179f74c8607d8c9de5a1da07a5f2cb48b3b;p=gitmo%2FMooseX-Getopt.git diff --git a/t/004_nogetop.t b/t/004_nogetop.t index 974c6c8..4cc272f 100644 --- a/t/004_nogetop.t +++ b/t/004_nogetop.t @@ -4,7 +4,7 @@ use strict; use warnings; use Test::More tests => 9; -use Test::Fatal; +use Test::Fatal 0.003; BEGIN { use_ok('MooseX::Getopt'); @@ -14,7 +14,7 @@ BEGIN { package App; use Moose; - with 'MooseX::Getopt'; + with 'MooseX::Getopt' => { getopt_conf => [] }; has 'data' => ( metaclass => 'Getopt',