X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F008_configfromfile.t;fp=t%2F008_configfromfile.t;h=5db9586805eef303f9747b27eb6948f16c4e600e;hb=7c1cb743e00a8c9335d5ccb15fc6f3ea520825c8;hp=8fc724c9332725e25330940f6aaa281318ee5fa1;hpb=2a4bd49b31d3e0f5afaa493d2be7f282af5c7fda;p=gitmo%2FMooseX-Getopt.git diff --git a/t/008_configfromfile.t b/t/008_configfromfile.t index 8fc724c..5db9586 100644 --- a/t/008_configfromfile.t +++ b/t/008_configfromfile.t @@ -12,7 +12,7 @@ if ( !eval { require MooseX::ConfigFromFile } ) } else { - plan tests => 119; + plan tests => 123; } { @@ -78,7 +78,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", 39 if $@; + skip "Getopt::Long::Descriptive not installed", 41 if $@; } # No config specified