summaryrefslogtreecommitdiff
path: root/t/lib/conflicts/Bar/Conflicts/Bad.pm
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2014-04-03 14:57:29 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2014-04-03 14:57:29 +0000
commitdfaae12e4d85f7c6821ae4a9fbf7e463d570e7ba (patch)
tree6dcde6413d8dcd3d24b0251080c21c49fa5b81a6 /t/lib/conflicts/Bar/Conflicts/Bad.pm
downloadDist-CheckConflicts-tarball-dfaae12e4d85f7c6821ae4a9fbf7e463d570e7ba.tar.gz
Dist-CheckConflicts-0.11HEADDist-CheckConflicts-0.11master
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;