From 8cc54374790f8728eb1be75bbbab33b91ae69838 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 21 Nov 2010 17:10:52 -0600 Subject: initial implementation --- t/lib/02/Foo/Conflicts/Good.pm | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 t/lib/02/Foo/Conflicts/Good.pm (limited to 't/lib/02/Foo/Conflicts/Good.pm') diff --git a/t/lib/02/Foo/Conflicts/Good.pm b/t/lib/02/Foo/Conflicts/Good.pm new file mode 100644 index 0000000..f40a955 --- /dev/null +++ b/t/lib/02/Foo/Conflicts/Good.pm @@ -0,0 +1,12 @@ +package Foo::Conflicts::Good; +use strict; +use warnings; + +use Dist::CheckConflicts + -conflicts => { + 'Foo' => 0.01, + 'Foo::Two' => 0.01, + 'Foo::Three' => 0.01, + }; + +1; -- cgit v1.2.3-54-g00ecf