summaryrefslogtreecommitdiffstats
path: root/t/error.t
diff options
context:
space:
mode:
Diffstat (limited to 't/error.t')
-rw-r--r--t/error.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/t/error.t b/t/error.t
index edba950..4f86a87 100644
--- a/t/error.t
+++ b/t/error.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;
+}
+
my $foo = bless {};
my $bar = bless {};