Correct the skip count in stash.t
authorFather Chrysostomos <sprout@cpan.org>
Fri, 8 Apr 2011 16:01:55 +0000 (09:01 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 8 Apr 2011 16:01:55 +0000 (09:01 -0700)
This has been wrong since 57f45d7.

t/op/stash.t

index de1297d..9a84b5a 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", 27;
+    eval { require B; 1 } or skip "no B", 29;
 
     *b = \&B::svref_2object;
     my $CVf_ANON = B::CVf_ANON();