diff options
Diffstat (limited to 'cpan/Compress-Raw-Zlib/t/02zlib.t')
-rw-r--r-- | cpan/Compress-Raw-Zlib/t/02zlib.t | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpan/Compress-Raw-Zlib/t/02zlib.t b/cpan/Compress-Raw-Zlib/t/02zlib.t index 7d379249b5..f0548c912e 100644 --- a/cpan/Compress-Raw-Zlib/t/02zlib.t +++ b/cpan/Compress-Raw-Zlib/t/02zlib.t @@ -27,10 +27,10 @@ BEGIN $count = 230 ; } elsif ($] >= 5.006) { - $count = 284 ; + $count = 300 ; } else { - $count = 242 ; + $count = 258 ; } plan tests => $count + $extra; @@ -603,7 +603,7 @@ for my $consume ( 0 .. 1) foreach (1 .. 2) { - next if $[ < 5.005 ; + next if $] < 5.005 ; title 'test inflate/deflate with a substr'; |