summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2014-02-19 03:27:30 +0100
committerJames E Keenan <jkeenan@cpan.org>2014-02-19 03:27:30 +0100
commitb5007f6e26f57806b7cd57419d0d81bcb5c4b787 (patch)
tree8823e8bb64e7fa73e8aa43ca00e297cb9926eb9f
parent9016991b8aa254086996b47a921407fe55cdc100 (diff)
downloadperl-b5007f6e26f57806b7cd57419d0d81bcb5c4b787.tar.gz
Correct number of tests in plan.
-rw-r--r--lib/English.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/English.t b/lib/English.t
index f23dd84b24..bed1162677 100644
--- a/lib/English.t
+++ b/lib/English.t
@@ -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;