Skip Menu |

This queue is for tickets about the Devel-Chitin CPAN distribution.

Report information
The Basics
Id: 127414
Status: resolved
Priority: 0/
Queue: Devel-Chitin

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

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



Subject: Fails on perl >= v5.29.3-62-gd8ff3e95e0
On Sun Oct 21 03:50:33 2018, ANDK wrote: Show quoted text
> As per subject. This is the commit that breaks its testsuite: > https://perl5.git.perl.org/perl.git/commitdiff/d8ff3e95e0 Sample fail > report: http://www.cpantesters.org/cpan/report/7507d21a-d35b-11e8- > 94d2-0b623a478bbf
Anthony Brummett: In most cases a simple replacement of 'dump' with 'CORE::dump' has been sufficient to mitigate this fatalization, which is now present in perl-5.29.4 and going forward. I cloned your git repository and tried that approach, but it was not sufficient in this case due to the complexity of the code. A "global search-and-replace" still left 3 test files failing. Can you investigate? Thank you very much. Jim Keenan
On Sun Oct 21 11:09:19 2018, JKEENAN wrote: Show quoted text
> On Sun Oct 21 03:50:33 2018, ANDK wrote:
> > As per subject. This is the commit that breaks its testsuite: > > https://perl5.git.perl.org/perl.git/commitdiff/d8ff3e95e0 Sample fail > > report: http://www.cpantesters.org/cpan/report/7507d21a-d35b-11e8- > > 94d2-0b623a478bbf
> > > Anthony Brummett: > > In most cases a simple replacement of 'dump' with 'CORE::dump' has > been sufficient to mitigate this fatalization, which is now present in > perl-5.29.4 and going forward. > > I cloned your git repository and tried that approach, but it was not > sufficient in this case due to the complexity of the code. A "global > search-and-replace" still left 3 test files failing. > > Can you investigate? > > Thank you very much. > Jim Keenan
Please evaluate pull request: https://github.com/brummett/Devel-Chitin/pull/72 This passes all its tests when run against perl-5.29.4. Thank you very much. Jim Keenan
Merged the PR and made a new release of Devel::Chitin to CPAN that includes the fix.