-----------------------
1.2014 2015-04-06 12:08:28-04:00 America/New_York
- no changes from 1.2013-TRIAL
1.2013 2015-03-29 21:52:11-04:00 America/New_York (TRIAL RELEASE)
[ADDED]
- Added experimental option to save output of hanging modules [CHORNY]
- Added experimental option to save list of hanging modules [CHORNY]
[CHANGED]
- C::R::PrereqCheck will read <> before checking modules
[FIXED]
- Fixed incorrect report grade edge case [CHORNY]
- Fixed tests for Perls on Windows with spaces in the path
- Added Dancer::Plugin::FlashNote to list of prereq-check conflicts
[TESTING]
- Tests for C::R::PrereqCheck added
Upstream changes:
1.2011 2014-03-16 22:27:56+01:00 Europe/Paris
[ADDED]
- Added support for future optional prerequisite reporting
when CPAN.pm supports it
[CHANGED]
- Moved test distributions into corpus/ to avoid repetitive
tarball unpacking
- Modernized distribution meta and support files
1.2010 2013-04-12 15:35:38 Europe/London
[NEW FEATURES]
- new option 'retry_submission' tries to send the report one
extra time in case it fails. Defaults to undef (don't retry)
(Patch by Alexandr "chorny" Ciornii)
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.
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.
Update DEPENDS
Upstream changes:
1.2009 2012-12-18 16:08:37 America/New_York
[BUG FIXES]
- Expanded prerequisite load check skip to all Acme::* modules; prereqs
still need to be installed and of sufficient version, but we don't
check that Acme modules load without error to avoid side effects.
1.2008 2012-12-15 07:26:11 America/New_York
[BUG FIXES]
- Don't try to check if Acme::Bleach can be loaded if it's listed
as a prereq
1.2007 2012-12-10 15:13:22 America/New_York
[BUG FIXES]
- Recognize another form of "Perl is too low" message [CHORNY]
Upstream changes:
1.2006 2012-04-10 18:44:20 America/New_York
[BUG FIXES]
- Changed how CPAN::Reporter::PrereqCheck attempts to load modules to
avoid module reloading, which caused some prereqs to show up as
'broken' [rt.cpan.org #76394 and #75559]
[OTHER]
- Bumped IPC::Cmd prereq to 0.76 to avoid failures on some platforms
devel/p5-CPAN-Reporter from 1.2002 to 1.2005.
Upstream changes:
1.2005 2012-03-02 13:21:36 EST5EDT
[BUG FIXES]
- Canonicalise the config path returned by bsd_glob [rt.cpan.org #70504]
[Kent Fredric]
1.2004 2012-02-13 16:25:07 EST5EDT
[BUG FIXES]
- Fix bug in testing tilde expansion on Windows
[rt.cpan.org #72051]
1.2003 2011-12-06 11:07:04 EST5EDT
[BUG FIXES]
- Fix bug in transport class validation to allow multi-level
class names [rt.cpan.org #73045]
1.2002 2011-08-10 17:52:08 America/New_York
[BUG FIXES]
- Fix failing tests on systems without
Test::Reporter::Transport::Metabase
- Minor test cleanups for use with 'prove'
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.