summaryrefslogtreecommitdiffstats
path: root/t/lib/conflicts/Foo/Conflicts/Bad.pm
diff options
context:
space:
mode:
Diffstat (limited to 't/lib/conflicts/Foo/Conflicts/Bad.pm')
-rw-r--r--t/lib/conflicts/Foo/Conflicts/Bad.pm12
1 files changed, 12 insertions, 0 deletions
diff --git a/t/lib/conflicts/Foo/Conflicts/Bad.pm b/t/lib/conflicts/Foo/Conflicts/Bad.pm
new file mode 100644
index 0000000..1cbf30f
--- /dev/null
+++ b/t/lib/conflicts/Foo/Conflicts/Bad.pm
@@ -0,0 +1,12 @@
+package Foo::Conflicts::Bad;
+use strict;
+use warnings;
+
+use Dist::CheckConflicts
+ -conflicts => {
+ 'Foo' => 0.03,
+ 'Foo::Two' => 0.02,
+ 'Foo::Three' => 0.01,
+ };
+
+1;