From 1fda6ccf78b4ba7c87b5588fe1aaa1475e76627d Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Fri, 8 Apr 2011 09:01:55 -0700 Subject: [PATCH] Correct the skip count in stash.t This has been wrong since 57f45d7. --- t/op/stash.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/op/stash.t b/t/op/stash.t index de1297d..9a84b5a 100644 --- 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", 27; + eval { require B; 1 } or skip "no B", 29; *b = \&B::svref_2object; my $CVf_ANON = B::CVf_ANON(); -- 2.7.4