summaryrefslogtreecommitdiff
path: root/t/punycode.t
diff options
context:
space:
mode:
Diffstat (limited to 't/punycode.t')
-rw-r--r--t/punycode.t4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/punycode.t b/t/punycode.t
index d1e3084..6ba97d3 100644
--- a/t/punycode.t
+++ b/t/punycode.t
@@ -1,6 +1,10 @@
use strict;
use warnings;
+BEGIN {
+ plan skip_all => 'these tests require perl 5.8' if $] < '5.008';
+}
+
use utf8;
use Test::More tests => 15;
use URI::_punycode qw(encode_punycode decode_punycode);