summaryrefslogtreecommitdiffstats
path: root/t/lib/conflicts/Bar/Conflicts/Bad.pm
diff options
context:
space:
mode:
Diffstat (limited to 't/lib/conflicts/Bar/Conflicts/Bad.pm')
-rw-r--r--t/lib/conflicts/Bar/Conflicts/Bad.pm13
1 files changed, 13 insertions, 0 deletions
diff --git a/t/lib/conflicts/Bar/Conflicts/Bad.pm b/t/lib/conflicts/Bar/Conflicts/Bad.pm
new file mode 100644
index 0000000..32a654e
--- /dev/null
+++ b/t/lib/conflicts/Bar/Conflicts/Bad.pm
@@ -0,0 +1,13 @@
+package Bar::Conflicts::Bad;
+use strict;
+use warnings;
+
+use Dist::CheckConflicts
+ -conflicts => {
+ 'Bar' => '0.03',
+ },
+ -also => [
+ 'Bar::Conflicts::Bad2',
+ ];
+
+1;