ports/devel/p5-Data-Visitor/patches/patch-t_weak_t

13 lines
202 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: t/weak.t
--- t/weak.t.orig
+++ t/weak.t
@@ -3,7 +3,7 @@
use strict;
use warnings;
-use Test::More;
+use Test::More skip_all => 'Data::Alias is broken';
use Test::Requires 'Data::Alias';