This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove code in Storable's tests that handles perl < v5.6.1
[perl5.git] / dist / Storable / t / freeze.t
index d254c6f..1dbac0c 100644 (file)
@@ -125,7 +125,6 @@ thaw $frozen;                       # used to segfault here
 pass("Didn't segfault");
 
 SKIP: {
-    skip 'no av_exists', 2 unless $] >= 5.006;
     my (@a, @b);
     eval '
         $a = []; $#$a = 2; $a->[1] = undef;