X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F007_nogetopt_trait.t;fp=t%2F007_nogetopt_trait.t;h=c6f0ebcc62a012c4a4690de6b8c7f56327a060ed;hb=7c1cb743e00a8c9335d5ccb15fc6f3ea520825c8;hp=872a9cbea1db2be9f06e817770b0f4691b5c8a08;hpb=2a4bd49b31d3e0f5afaa493d2be7f282af5c7fda;p=gitmo%2FMooseX-Getopt.git diff --git a/t/007_nogetopt_trait.t b/t/007_nogetopt_trait.t index 872a9cb..c6f0ebc 100644 --- a/t/007_nogetopt_trait.t +++ b/t/007_nogetopt_trait.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More tests => 34; +use Test::More tests => 37; use Test::Exception; BEGIN { @@ -85,7 +85,7 @@ foreach my $parser_name (qw(MooseX::Getopt::Parser::Long MooseX::Getopt::Parser: SKIP: { if ($parser_name eq 'MooseX::Getopt::Parser::Descriptive') { eval { require Getopt::Long::Descriptive }; - skip "Getopt::Long::Descriptive not installed", 11 if $@; + skip "Getopt::Long::Descriptive not installed", 12 if $@; } {