* t/*.t: Fixed test plans.
[gitmo/MooseX-Getopt.git] / t / 005_strict.t
index ead60f0..3dd9351 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 40;
+use Test::More tests => 46;
 use Test::Exception;
 
 BEGIN {
@@ -84,7 +84,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", 13 if $@;
+            skip "Getopt::Long::Descriptive not installed", 15 if $@;
         }
 
         {