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