Correct skip count in perlio.t
authorFather Chrysostomos <sprout@cpan.org>
Sun, 17 Jul 2011 05:09:46 +0000 (22:09 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 17 Jul 2011 05:09:46 +0000 (22:09 -0700)
This makes it pass under miniperl again.

t/io/perlio.t

index a65b0d3..42619b5 100644 (file)
@@ -132,7 +132,7 @@ sub find_filename {
 SKIP: {
     eval { require PerlIO::scalar };
     unless (find PerlIO::Layer 'scalar') {
-       skip("PerlIO::scalar not found", 9);
+       skip("PerlIO::scalar not found", 11);
     }
     my $var;
     ok( open(my $x,"+<",\$var), 'magic in-memory file via 3 arg open with \\$var');