This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9016991
)
Correct number of tests in plan.
author
James E Keenan
<jkeenan@cpan.org>
Wed, 19 Feb 2014 02:27:30 +0000
(
03:27
+0100)
committer
James E Keenan
<jkeenan@cpan.org>
Wed, 19 Feb 2014 02:27:30 +0000
(
03:27
+0100)
lib/English.t
patch
|
blob
|
blame
|
history
diff --git
a/lib/English.t
b/lib/English.t
index
f23dd84
..
bed1162
100644
(file)
--- a/
lib/English.t
+++ b/
lib/English.t
@@
-6,7
+6,7
@@
BEGIN {
@INC = '../lib';
}
-use Test::More tests => 5
7
;
+use Test::More tests => 5
8
;
use English qw( -no_match_vars ) ;
use Config;