summaryrefslogtreecommitdiffstats
path: root/t/core.t
diff options
context:
space:
mode:
Diffstat (limited to 't/core.t')
-rw-r--r--t/core.t4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/core.t b/t/core.t
index 69c0942..9c646d4 100644
--- a/t/core.t
+++ b/t/core.t
@@ -3,6 +3,10 @@ use strict;
use warnings;
use Test::More;
+BEGIN {
+ plan skip_all => "xs version requires 5.11.2" unless $] >= 5.011002;
+}
+
use smartmatch 'core';
no warnings 'uninitialized';