Skip Menu |

This queue is for tickets about the Burpsuite-Parser CPAN distribution.

Report information
The Basics
Id: 121207
Status: open
Priority: 0/
Queue: Burpsuite-Parser

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc: ANDK [...] cpan.org
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.01
Fixed in: (no value)



CC: ANDK [...] cpan.org
Subject: Test failures with bleadperl
With bleadperl (e.g. perl 5.25.11) I see the following test failure on my smokers: ... Invalid CODE attribute: Tests at t/Test/Parser.pm line 28. BEGIN failed--compilation aborted at t/Test/Parser.pm line 28. Compilation failed in require at t/parser.t line 2. BEGIN failed--compilation aborted at t/parser.t line 2. t/parser.t ...... Dubious, test returned 2 (wstat 512, 0x200) No subtests run ... The test failure has somewhat random character: until 5.25.3, I did not observe any failures. Between 5.25.4 and 5.25.10, the failure happens, but not on all systems. Starting with 5.25.11 I see only failures on my smokers (various linux systems & freebsd 9 + 10). See also: http://fast-matrix.cpantesters.org/?dist=Burpsuite-Parser%200.01 @Andreas: usually I would ask for a bisect, but given the partially random results I think there won't be any useful results...
CC: ANDK [...] cpan.org
Subject: Re: [rt.cpan.org #121207] Test failures with bleadperl
Date: Wed, 19 Apr 2017 08:18:27 +0200
To: "Slaven_Rezic via RT" <bug-Burpsuite-Parser [...] rt.cpan.org>
From: Andreas Koenig <andreas.koenig.7os6VVqR [...] franz.ak.mind.de>
Show quoted text
>>>>> On Mon, 17 Apr 2017 07:28:51 -0400, "Slaven_Rezic via RT" <bug-Burpsuite-Parser@rt.cpan.org> said:
Show quoted text
> @Andreas: usually I would ask for a bisect, but given the partially > random results I think there won't be any useful results...
This does not appear random to me. It started to fail with : commit 8901ddee94b1bc3764b4278d1cb26bed30bc2605 : Author: Tony Cook <tony@develop-help.com> : Date: Thu Jun 23 14:06:40 2016 +1000 : : dist/: remove . from @INC when loading optional modules : : I didn't update base.pm since that seems more likely to be loading : modules *expected* to be in the current directory. Opinions : welcome. and started to work again with : commit 6ee05a9b9195a324347204414de1405b2b0771e3 : Author: David Mitchell <davem@iabyn.com> : Date: Fri Mar 24 08:10:12 2017 +0000 : : Revert base.pm's dot-in-INC changes. : : This reverts: : 458470f62360040dcd4b5a55c8ba07503e1af5fc : 362f3f748cb84934a072fadbfb8b51090e2f9afe : bca552795994a553e07b38a6f82a233533919926 : and the base.pm part of : 8901ddee94b1bc3764b4278d1cb26bed30bc2605 : : This commit removes all the recent stuff that made base.pm localise : @INC and remove a trailing '.'. : : This is because perl 5.26.0 will be released with '.' in @INC disabled by : default. : : See RT #128769. All being built with CPAN-2.18. -- andreas