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/Bar/Conflicts.pm | 1 + 1 file changed, 1 insertion(+) (limited to 't/lib/06/Bar/Conflicts.pm') diff --git a/t/lib/06/Bar/Conflicts.pm b/t/lib/06/Bar/Conflicts.pm index ce47d43..c9c6f3d 100644 --- a/t/lib/06/Bar/Conflicts.pm +++ b/t/lib/06/Bar/Conflicts.pm @@ -3,6 +3,7 @@ use strict; use warnings; use Dist::CheckConflicts + ':runtime', -conflicts => { 'Bar::Foo' => 0.01, 'Bar::Foo::Good' => 0.01, -- cgit v1.2.3-54-g00ecf