X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F007_nogetopt_trait.t;h=261c8fb750524b741ece44e47cdd0f1a19d1d49f;hb=topic%2Fdams_getopt_conf;hp=0088983f28038617962e6faf6b54789d49edbd72;hpb=aabf4179f74c8607d8c9de5a1da07a5f2cb48b3b;p=gitmo%2FMooseX-Getopt.git diff --git a/t/007_nogetopt_trait.t b/t/007_nogetopt_trait.t index 0088983..261c8fb 100644 --- a/t/007_nogetopt_trait.t +++ b/t/007_nogetopt_trait.t @@ -14,7 +14,7 @@ BEGIN { package App; use Moose; - with 'MooseX::Getopt'; + with 'MooseX::Getopt' => { getopt_conf => [] }; has 'data' => ( traits => ['Getopt'],