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!
Upstream changes:
1.57 2010-03-26 00:13:18 EST5EDT
- Includes full 'perl -V' output, not just Config::mychanges
- Adds new 'X-Test-Reporter-Perl' header with Perl version
and optional "RCx" suffix to positively identify tests from
RC Perls
- Minimum perl version is now 5.006, matching the rest of the Perl toolchain
pkgsrc changes:
- Adding license definition
Upstream changes:
1.56 2010-03-14 23:26:00 EST5EDT
- Convert line endings during read() [Issue identified
by Serguei Trouchelle]
1.55 2010-03-12 11:44:05 EST5EDT
- Preserve distfile through write() and read()
[patch by Dan Collins]
- Regenerate _myconfig data during read() method
- Updating package for p5 module Test::Reporter from 1.5203 to 1.54
Upstream changes:
1.54 Sun May 31 21:39:12 EDT 2009
- POD updates
- Update Module::Install to 0.91
1.53_03 Thu Apr 16 12:30:49 EDT 2009
- Transmit report body line-by-line with Net::SMTP (or Net::SMTP::TLS)
1.53_02 Wed Apr 15 13:30:53 EDT 2009
- with Net::SMTP transport, if lines are longer than 100
characters, the email will be encoded with quoted-printable
1.53_01 Tue Apr 7 11:01:37 EDT 2009
- added optional 'distfile' argument to support
T::R::Transport::Metabase
- reports link to the wiki rather than www.cpantesters.org;
also added cpan-testers-discuss as place to send Q's
- improved diagnostic output if editor fails to launch
- changed Makefile.Pl to Module::Install
Test::Reporter reports the test results of any given distribution to the
CPAN Testers. Test::Reporter has wide support for various perl5's and
platforms.