Upstream changes:
0.08 2013-07-09
- remove Test::Warnings dep
0.07 2013-07-08
- instead of silently ignoring conflicts that do not compile, issue a
conflict warning. (RT#75486, Karen Etheridge)
0.06 2013-06-21
- make the runtime conflict warnings optional, since i'm not sure how
stable of an idea this really is
- use Exporter instead of Sub::Exporter
0.05-TRIAL 2011-01-17
- require 5.8.1, clean up a few things and add a few more tests
0.04-TRIAL 2011-01-13
- fix an issue with certain other perls
0.03-TRIAL 2011-01-13
- add runtime conflict warnings
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
One shortcoming of the CPAN clients that currently exist is that
they have no way of specifying conflicting downstream dependencies
of modules. This module attempts to work around this issue by
allowing you to specify conflicting versions of modules separately,
and deal with them after the module is done installing.