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:
d4e0b82
)
Fix the test count in t/re/pat.t
author
Father Chrysostomos
<sprout@cpan.org>
Wed, 20 Oct 2010 18:27:28 +0000
(11:27 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Thu, 21 Oct 2010 12:57:12 +0000
(
05:57
-0700)
t/re/pat.t
patch
|
blob
|
blame
|
history
diff --git
a/t/re/pat.t
b/t/re/pat.t
index
d4bbbb8
..
bb60999
100644
(file)
--- a/
t/re/pat.t
+++ b/
t/re/pat.t
@@
-23,7
+23,7
@@
BEGIN {
}
-plan tests => 40
2
; # Update this when adding/deleting tests.
+plan tests => 40
6
; # Update this when adding/deleting tests.
run_tests() unless caller;