summaryrefslogtreecommitdiffstats
path: root/t/core.t
diff options
context:
space:
mode:
Diffstat (limited to 't/core.t')
-rw-r--r--t/core.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/t/core.t b/t/core.t
index 69c0942..0d7f7ec 100644
--- a/t/core.t
+++ b/t/core.t
@@ -3,6 +3,11 @@ use strict;
use warnings;
use Test::More;
+BEGIN {
+ plan skip_all => "no c implementation for pre-5.14 for now"
+ if $] < 5.014;
+}
+
use smartmatch 'core';
no warnings 'uninitialized';