From 6e012ee749903e4b5b49004e12b30a69be5bf911 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 21 Jun 2013 10:04:21 -0400 Subject: make runtime warnings optional --- t/lib/06/Foo/Conflicts.pm | 1 + 1 file changed, 1 insertion(+) (limited to 't/lib/06/Foo/Conflicts.pm') diff --git a/t/lib/06/Foo/Conflicts.pm b/t/lib/06/Foo/Conflicts.pm index 15e50e7..34ea4b0 100644 --- a/t/lib/06/Foo/Conflicts.pm +++ b/t/lib/06/Foo/Conflicts.pm @@ -3,6 +3,7 @@ use strict; use warnings; use Dist::CheckConflicts + ':runtime', -conflicts => { 'Foo::Foo' => 0.01, 'Foo::Bar' => 0.01, -- cgit v1.2.3-54-g00ecf