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 / utf8.t
index a8dd6cd..0f546f0 100644 (file)
@@ -7,10 +7,6 @@
 #
 
 sub BEGIN {
-    if ($] < 5.006) {
-       print "1..0 # Skip: no utf8 support\n";
-       exit 0;
-    }
     unshift @INC, 't';
     unshift @INC, 't/compat' if $] < 5.006002;
     require Config; import Config;