bluhm ae7e040d1d update p5-Data-Visitor to 0.30
disable use of broken Data::Alias
from Matthias Pitzl
2017-07-20 13:54:35 +00:00

15 lines
266 B
Plaintext

$OpenBSD: patch-t_weak_t,v 1.1 2017/07/20 13:54:35 bluhm Exp $
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';