Issues found with existing distfiles:
distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
distfiles/fortran-utils-1.1.tar.gz
distfiles/ivykis-0.39.tar.gz
distfiles/enum-1.11.tar.gz
distfiles/pvs-3.2-libraries.tgz
distfiles/pvs-3.2-linux.tgz
distfiles/pvs-3.2-solaris.tgz
distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
0.11 2014-04-03
- drop the dep on List::MoreUtils (haarg, #8)
0.10 2013-12-17
- we need Module::Runtime 0.009 for module_notional_filename (nnutter,
#6)
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
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.