Skip Menu |

This queue is for tickets about the Table-Simple CPAN distribution.

Report information
The Basics
Id: 127422
Status: resolved
Priority: 0/
Queue: Table-Simple

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

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



Subject: Fails on perl >= v5.29.3-62-gd8ff3e95e0
On Mon Oct 22 15:36:16 2018, ANDK wrote: Show quoted text
> Sample fail report: http://www.cpantesters.org/cpan/report/ba8959f4- > d3f0-11e8-bced-6761d896f7be > > Cross reference: https://rt.perl.org/Public/Bug/Display.html?id=133602
Please consider patch attached. Thank you very much. Jim Keenan
Subject: rtc-127422-dump-to-core-dump.diff
--- lib/Table/Simple.pm.orig 2018-10-22 21:58:07.167106959 -0400 +++ lib/Table/Simple.pm 2018-10-22 21:59:03.951993212 -0400 @@ -394,7 +394,7 @@ } else { $value = ref $object->{$column->name} - ? dump($object->{$column->name}) + ? CORE::dump($object->{$column->name}) : $object->{$column->name} ; }
On Mon Oct 22 22:03:35 2018, JKEENAN wrote: Show quoted text
> On Mon Oct 22 15:36:16 2018, ANDK wrote:
> > Sample fail report: http://www.cpantesters.org/cpan/report/ba8959f4- > > d3f0-11e8-bced-6761d896f7be > > > > Cross reference: https://rt.perl.org/Public/Bug/Display.html?id=133602
> > > Please consider patch attached. >
Can you please review this patch and, if acceptable, release a new version to CPAN? This would make this module perl-5.30-ready. Thank you very much. Jim Keenan
Show quoted text
> Can you please review this patch and, if acceptable, release a new version to CPAN? > > This would make this module perl-5.30-ready.
It's been applied. I just uploaded Table-Simple-0.03