Correct number of tests in plan.
authorJames E Keenan <jkeenan@cpan.org>
Wed, 19 Feb 2014 02:27:30 +0000 (03:27 +0100)
committerJames E Keenan <jkeenan@cpan.org>
Wed, 19 Feb 2014 02:27:30 +0000 (03:27 +0100)
lib/English.t

index f23dd84..bed1162 100644 (file)
@@ -6,7 +6,7 @@ BEGIN {
     @INC = '../lib';
 }
 
-use Test::More tests => 57;
+use Test::More tests => 58;
 
 use English qw( -no_match_vars ) ;
 use Config;