* t/*.t: Fixed test plans.
[gitmo/MooseX-Getopt.git] / t / 002_custom_option_type.t
index ce4f9b8..c2250bb 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 31;
+use Test::More tests => 34;
 
 BEGIN {
     use_ok('MooseX::Getopt');
@@ -38,7 +38,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", 10 if $@;
+            skip "Getopt::Long::Descriptive not installed", 11 if $@;
         }
 
         {