X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F100_gld_default_bug.t;h=29ae2a423ac22b4c6bbd0d9fa84164a427cc2f5c;hb=81b19ed83c9e345f960ccefbcd639dd0e3c2de06;hp=4a2b42a0e1689186ffc5e0398c930efbe74a15ae;hpb=630657d529277b7fb600febf001d8667d8e85184;p=gitmo%2FMooseX-Getopt.git diff --git a/t/100_gld_default_bug.t b/t/100_gld_default_bug.t index 4a2b42a..29ae2a4 100644 --- a/t/100_gld_default_bug.t +++ b/t/100_gld_default_bug.t @@ -9,16 +9,16 @@ use Test::Exception; BEGIN { eval 'use Getopt::Long::Descriptive;'; plan skip_all => "Getopt::Long::Descriptive required for this test" if $@; - plan tests => 5; + plan tests => 5; use_ok('MooseX::Getopt'); } { package Engine::Foo; use Moose; - + with 'MooseX::Getopt'; - + has 'nproc' => ( metaclass => 'Getopt', is => 'ro',