summaryrefslogtreecommitdiffstats
path: root/t/lib/05/Bar/Conflicts.pm
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-01-02 08:17:02 -0600
committerJesse Luehrs <doy@tozt.net>2011-01-02 08:17:02 -0600
commit897e73fcd9c1745d4823e6875039a4f29f2bb504 (patch)
tree82694e119c9c631b714f74a22d8780e3993203e7 /t/lib/05/Bar/Conflicts.pm
parent6dfe93ae6d83e9897a4d223dda1d7607d86f9b8c (diff)
downloaddist-checkconflicts-0.02.tar.gz
dist-checkconflicts-0.02.zip
tests for the also stuff0.02
Diffstat (limited to 't/lib/05/Bar/Conflicts.pm')
-rw-r--r--t/lib/05/Bar/Conflicts.pm13
1 files changed, 13 insertions, 0 deletions
diff --git a/t/lib/05/Bar/Conflicts.pm b/t/lib/05/Bar/Conflicts.pm
new file mode 100644
index 0000000..ffeb56a
--- /dev/null
+++ b/t/lib/05/Bar/Conflicts.pm
@@ -0,0 +1,13 @@
+package Bar::Conflicts;
+use strict;
+use warnings;
+
+use Dist::CheckConflicts
+ -conflicts => {
+ 'Bar::Local' => 0.02,
+ },
+ -also => [
+ 'Foo',
+ ];
+
+1;