Correct skip count in stash.t
authorFather Chrysostomos <sprout@cpan.org>
Mon, 15 Nov 2010 22:36:17 +0000 (14:36 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 15 Nov 2010 22:52:12 +0000 (14:52 -0800)
t/op/stash.t

index cca3d76..fb74449 100644 (file)
@@ -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();