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:
2d0d1ec
)
Correct skip count in stash.t
author
Father Chrysostomos
<sprout@cpan.org>
Mon, 15 Nov 2010 22:36:17 +0000
(14:36 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Mon, 15 Nov 2010 22:52:12 +0000
(14:52 -0800)
t/op/stash.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/stash.t
b/t/op/stash.t
index
cca3d76
..
fb74449
100644
(file)
--- a/
t/op/stash.t
+++ b/
t/op/stash.t
@@
-69,7
+69,7
@@
ok( eval q{ no warnings 'deprecated'; defined %schoenmaker:: }, 'works in eval("
}
SKIP: {
- eval { require B; 1 } or skip "no B",
18
;
+ eval { require B; 1 } or skip "no B",
24
;
*b = \&B::svref_2object;
my $CVf_ANON = B::CVf_ANON();