summaryrefslogtreecommitdiffstats
path: root/t/lib/02/Foo/Conflicts/Good.pm
diff options
context:
space:
mode:
authorKaren Etheridge <ether@cpan.org>2012-03-02 21:57:54 +0000
committerKaren Etheridge <ether@cpan.org>2013-06-21 21:25:08 -0700
commitda64122a3fb0c5c747fb88dfce9909285697cfc2 (patch)
treeaa7230be847eb789eef134c2889ed4fd93bcef00 /t/lib/02/Foo/Conflicts/Good.pm
parent8383bd1012327feb3823ac62222155d4f73cc6ce (diff)
downloaddist-checkconflicts-da64122a3fb0c5c747fb88dfce9909285697cfc2.tar.gz
dist-checkconflicts-da64122a3fb0c5c747fb88dfce9909285697cfc2.zip
fix for RT#75486: instead of silently ignoring conflicts that do not compile, issue a conflict warning
Diffstat (limited to 't/lib/02/Foo/Conflicts/Good.pm')
-rw-r--r--t/lib/02/Foo/Conflicts/Good.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/lib/02/Foo/Conflicts/Good.pm b/t/lib/02/Foo/Conflicts/Good.pm
index f40a955..33d15de 100644
--- a/t/lib/02/Foo/Conflicts/Good.pm
+++ b/t/lib/02/Foo/Conflicts/Good.pm
@@ -7,6 +7,7 @@ use Dist::CheckConflicts
'Foo' => 0.01,
'Foo::Two' => 0.01,
'Foo::Three' => 0.01,
+ 'NotInstalled' => '0.01',
};
1;