Skip Menu |

This queue is for tickets about the Genealogy-Gedcom-Date CPAN distribution.

Report information
The Basics
Id: 106705
Status: resolved
Worked: 15 min
Priority: 0/
Queue: Genealogy-Gedcom-Date

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

Bug Information
Severity: Normal
Broken in: 1.12
Fixed in: 1.14



Subject: Doeesn't recover from errors
I had an exception thrown on an invalid date, that's fine. Unable to parse date '10 Sept 1897' However thereafter any attempt to use the parser object generated this error: .... Use of uninitialized value $method_name in method lookup at /Users/njh/perl5/perlbrew/perls/perl-5.23.1/lib/site_perl/5.23.1/Genealogy/Gedcom/Date.pm line 252, <GEN0> line 59654.
Subject: Re: [rt.cpan.org #106705] Doeesn't recover from errors
Date: Sat, 29 Aug 2015 18:20:43 +1000
To: bug-Genealogy-Gedcom-Date [...] rt.cpan.org
From: Ron Savage <ron [...] savage.net.au>
Hi Nigel On 28/08/15 11:19, Nigel Horne via RT wrote: Show quoted text
> Thu Aug 27 21:19:09 2015: Request 106705 was acted upon. > Transaction: Ticket created by NHORNE > Queue: Genealogy-Gedcom-Date > Subject: Doeesn't recover from errors > Broken in: 1.12 > Severity: Normal > Owner: Nobody > Requestors: NHORNE@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=106705 > > > > I had an exception thrown on an invalid date, that's fine. > > Unable to parse date '10 Sept 1897' > > However thereafter any attempt to use the parser object generated this error: > > .... > Use of uninitialized value $method_name in method lookup at /Users/njh/perl5/perlbrew/perls/perl-5.23.1/lib/site_perl/5.23.1/Genealogy/Gedcom/Date.pm line 252, <GEN0> line 59654.
V 1.14 is on CPAN, and should fix this issue. Thanx for the report. -- Ron Savage - savage.net.au
Thanks. I downloaded it to give it a go, but when I installed it I got this (non-fatal) error message. I'm not sure what it means: Configuring R/RS/RSAVAGE/Genealogy-Gedcom-Date-1.14.tgz with Makefile.PL Value of <HANDLE> construct can be "0"; test with defined() at /Users/njh/perl5/perlbrew/perls/perl-5.14.2/lib/site_perl/5.14.2/CPAN/Reporter.pm line 1160. Checking if your kit is complete...
Subject: Re: [rt.cpan.org #106705] Doeesn't recover from errors
Date: Mon, 31 Aug 2015 09:00:40 +1000
To: bug-Genealogy-Gedcom-Date [...] rt.cpan.org
From: Ron Savage <ron [...] savage.net.au>
Hi Nigel On 31/08/15 04:59, Nigel Horne via RT wrote: Show quoted text
> Queue: Genealogy-Gedcom-Date > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=106705 > > > Thanks. I downloaded it to give it a go, but when I installed it I got this (non-fatal) error message. I'm not sure what it means: > > Configuring R/RS/RSAVAGE/Genealogy-Gedcom-Date-1.14.tgz with Makefile.PL > Value of <HANDLE> construct can be "0"; test with defined() at /Users/njh/perl5/perlbrew/perls/perl-5.14.2/lib/site_perl/5.14.2/CPAN/Reporter.pm line 1160. > Checking if your kit is complete...
At least this is an issue with CPAN::Reporter, so I don't have installed, so it's not my code at fault. After looking at my code again, I can't see why this would be triggered now rather than before. I'll have a look at CPAN::Reporter. Perhaps I can log a ticket for it. -- Ron Savage - savage.net.au
Subject: Re: [rt.cpan.org #106705] Doeesn't recover from errors
Date: Mon, 31 Aug 2015 09:04:58 +1000
To: bug-Genealogy-Gedcom-Date [...] rt.cpan.org
From: Ron Savage <ron [...] savage.net.au>
Hi Nigel On 31/08/15 04:59, Nigel Horne via RT wrote: Show quoted text
> Queue: Genealogy-Gedcom-Date > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=106705 > > > Thanks. I downloaded it to give it a go, but when I installed it I got this (non-fatal) error message. I'm not sure what it means: > > Configuring R/RS/RSAVAGE/Genealogy-Gedcom-Date-1.14.tgz with Makefile.PL > Value of <HANDLE> construct can be "0"; test with defined() at /Users/njh/perl5/perlbrew/perls/perl-5.14.2/lib/site_perl/5.14.2/CPAN/Reporter.pm line 1160. > Checking if your kit is complete...
Yeah. A simple issue with CPAN::Reporter. I suggest waiting for a fix and re-trying. -- Ron Savage - savage.net.au
Your fix looks, good. Thank you.
Fixed according to Nigel Horne, in V 1.14