summaryrefslogtreecommitdiffstats
path: root/t/lib
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-06-21 10:04:21 -0400
committerJesse Luehrs <doy@tozt.net>2013-06-21 10:04:21 -0400
commit6e012ee749903e4b5b49004e12b30a69be5bf911 (patch)
treedc4b76e1bc7d23f95d41f31875b5e6d0784c8e37 /t/lib
parent789a4672cc0225d01973250305982c0f8565accf (diff)
downloaddist-checkconflicts-6e012ee749903e4b5b49004e12b30a69be5bf911.tar.gz
dist-checkconflicts-6e012ee749903e4b5b49004e12b30a69be5bf911.zip
make runtime warnings optional
Diffstat (limited to 't/lib')
-rw-r--r--t/lib/06/Bar/Conflicts.pm1
-rw-r--r--t/lib/06/Foo/Conflicts.pm1
2 files changed, 2 insertions, 0 deletions
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,
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,