<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">diff -bu ./t/exceptions/without-debugging.t~ ./t/exceptions/without-debugging.t
--- ./t/exceptions/without-debugging.t~	2017-11-29 04:09:01.000000000 +0100
+++ ./t/exceptions/without-debugging.t	2017-12-20 14:21:50.000000000 +0100
@@ -7,7 +7,9 @@
     $^P &amp;= ~0x200;
 }
 
-use Test::More tests =&gt; 2;
+use Test::More;
+plan skip_all =&gt; "cperl" if $^V =~ /2[78]\..*c$/;
+plan tests =&gt; 2;
 use Test::Moose;
 use Moose::Exception;
 
</pre></body></html>