* t/*.t: Fixed test plans.
[gitmo/MooseX-Getopt.git] / t / 008_configfromfile.t
index 8fc724c..5db9586 100644 (file)
@@ -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