summaryrefslogtreecommitdiffstats
path: root/t/lib/02/Foo/Conflicts/Good.pm
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-11-21 17:10:52 -0600
committerJesse Luehrs <doy@tozt.net>2010-11-21 17:10:52 -0600
commit8cc54374790f8728eb1be75bbbab33b91ae69838 (patch)
tree5f917bbb63de611b4db10e2de6c27408cf17a214 /t/lib/02/Foo/Conflicts/Good.pm
parent6103054b33641423790d0e39c3e369bf79fe2c9c (diff)
downloaddist-checkconflicts-8cc54374790f8728eb1be75bbbab33b91ae69838.tar.gz
dist-checkconflicts-8cc54374790f8728eb1be75bbbab33b91ae69838.zip
initial implementation
Diffstat (limited to 't/lib/02/Foo/Conflicts/Good.pm')
-rw-r--r--t/lib/02/Foo/Conflicts/Good.pm12
1 files changed, 12 insertions, 0 deletions
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;