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