Upstream changes:
1.1801 Fri Sep 10 16:34:29 EDT 2010
Changed:
- Default config directory now uses File::HomeDir->my_home on
windows instead of ->my_documents. If that directory doesn't exist,
it will fall back to ->my_documents.
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
pkgsrc changes:
- adjust dependencies
Upstream changes:
1.1800 Mon Jul 26 16:02:06 EDT 2010
Changed:
- "sending test report..." message now shows transport method, not
the old email list address for less confusion when using non-email
transports
- Enhances missing "email_from" prompt to clarify why an email is
still needed under non-email transports for legacy compatibililty
Upstream changes:
1.1711 Wed Feb 17 13:52:14 EST 2010
Bugs fixed:
- Tests for "no make test" were failing due to internationalization
of the error message. Rather than try to interpret every possible
make error message, CPAN::Reporter now just looks inside the Makefile
for a "test" target. Hopefully, that will prove more robust.
pkgsrc changes:
- Adjusting dependencies
Upstream changes:
1.1710 Wed Feb 10 10:30:51 EST 2010
Bugs fixed:
- Tests for "no make test" were failing on some systems due to
the incredibly wide range of error messages possible from
make/nmake/dmake on various systems. The error message check is
now even more liberal.
1.1709 Mon Feb 1 22:39:59 EST 2010
Bugs fixed:
- Fixed PrereqCheck for modules like "if.pm" that could be confused
with Perl syntax (RT#53477 by Serguei Trouchelle)
- Added PrereqCheck special-case for Module::Install and improved
diagnostics when prereqs are missing or too low (RT#51257)
- Distributions with no 'make test' target should be UNKNOWN,
not FAIL (RT#52139)
- Improved detection of Test::Reporter capable of setting 'distfile'
parameter
Documentation changes:
- Added 'Port' example for transport options
- Adopted new format for Changes
- Updating package of p5 module CPAN::Reporter from 1.1707 to 1.708
- Update dependencies according to META.yaml
Upstream changes:
1.1708 Mon Jun 1 23:31:58 EDT 2009
*** Emergency fix -- 1.1706/1.1707 can prevent subsequent module ***
*** installation if installed with an older Test::Reporter. ***
*** Disable test reporting (From CPAN, 'o conf test_report 0') ***
*** and install CPAN::Reporter 1.1708. Then re-enable test ***
*** reports. ***
- Fixed: in the case where an old Test::Reporter without the distfile()
method is installed, CPAN::Reporter would crash and prevent
installation of modules (including newer Test::Reporter); now checks
for a Test::Reporter
- Updating package for p5 module CPAN::Reporter
- set PERL5MODULE_TYPE to Module::Build
- Adjusting dependencies according to META.yml
- Setting LICENSE to apache-2.0
Upstream changes:
1.1707 Sun May 31 21:44:07 EDT 2009
- Prereq: bumped Test::Reporter to 1.54
1.1706 Sun May 31 14:00:43 EDT 2009
- Changed: URL of CPAN Testers wiki is now wiki.cpantesters.org
- Added: support for setting 'distfile' parameter for test reports
if supported by Test::Reporter (1.53_01+)
The CPAN Testers project captures and analyses detailed results from
building and testing CPAN distributions on multiple operating systems and
multiple versions of Perl. This provides valuable feedback to module
authors and potential users to identify bugs or platform compatibility
issues and improves the overall quality and value of CPAN.