On Thu, 25 Jul 2019 01:04:45 GMT, andreas.koenig.7os6VVqR@franz.ak.mind.de wrote: > commit 2773b4f50f991900e38d33daace2b9c6a0902c6a > Author: Tony Cook <tony@develop-help.com> > Date: Thu Jul 4 15:02:46 2019 +1000 > > Revert "postpone perl_parse() exit(0) bugfix" > > Sample fail report: > > http://www.cpantesters.org/cpan/report/544986ee-aa7f-11e9-889c-32e91573969b > > Cheers, Additional CPAN modules broken by this commit: asa-1.03 Aspect-1.04 Class-Autouse-2.01 HTTP-Online-0.02 LWP-Online-1.08 Locale-Msgfmt-0.15 ORLite-1.98 Process-0.30 SMS-Send-1.06 Text-FindIndent-0.11 ##### 2773b4f50f991900e38d33daace2b9c6a0902c6a is the first bad commit commit 2773b4f50f991900e38d33daace2b9c6a0902c6a Author: Tony Cook <tony@develop-help.com> Date: Thu Jul 4 15:02:46 2019 +1000 Revert "postpone perl_parse() exit(0) bugfix" This reverts commit 857320cbf85e762add18885ae8a197b5e0c21b69, re-instating the [perl #2754] fix, which was reverted in late 2017 to allow Module::Install based distributions to update or re-work per [perl #132577]. # Conflicts: # t/op/blocks.t perl.c | 27 ++++++++------------------- t/op/blocks.t | 12 ++++++------ 2 files changed, 14 insertions(+), 25 deletions(-) bisect run success That took 1361 seconds. ##### These modules have been discussed on perl5-porters list starting at https://www.nntp.perl.org/group/perl.perl5.porters/2019/07/msg255753.html. They all use Module::Install::DSL. They all PASS against the immediately preceding commit in blead but fail to configure at the commit in question. I'm inclined to think that these are cases where, though the CPAN failure can be attributed to a specific commit to blead, the commit to blead may be correct and simply exposing dodgy code in the CPAN modules, viz., use of Module::Install::DSL. Thank you very much. -- James E Keenan (jkeenan@cpan.org) --- via perlbug: queue: perl5 status: open https://rt.perl.org/Ticket/Display.html?id=134311