X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=blobdiff_plain;f=t%2F007_nogetopt_trait.t;h=261c8fb750524b741ece44e47cdd0f1a19d1d49f;hp=0088983f28038617962e6faf6b54789d49edbd72;hb=refs%2Fheads%2Ftopic%2Fdams_getopt_conf;hpb=d91beb80cd2e77c78a0e432a896605d2750aafb6 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'],