Skip Menu |

This queue is for tickets about the Net-DNS-SEC CPAN distribution.

Report information
The Basics
Id: 124650
Status: resolved
Priority: 0/
Queue: Net-DNS-SEC

People
Owner: Nobody in particular
Requestors: vrurg [...] lflat.org
Cc:
AdminCc:

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



Subject: Net::DNS::SEC::Private must not die if attribute is not present
Date: Fri, 2 Mar 2018 12:45:29 -0500
To: bug-Net-DNS-SEC [...] rt.cpan.org
From: Belman Vadim <vrurg [...] lflat.org>
My script for key rolling is currently dying with "'inactive' not defined" message because a key being processed doesn't contain Inactive attribute. That effectively breaks the script because other scripts has the attribute and I cannot distinguish the ones with it from others where it is missing. May I suggest removing the croak at line 201 or introducing method has() to determine the presence of an attribute? Best regards, Vadim Belman
From: rwfranks [...] acm.org
On Fri Mar 02 12:51:16 2018, vrurg@lflat.org wrote: Show quoted text
> May I suggest removing the croak at line 201 or introducing method > has() to determine the presence of an attribute?
I agree, there is no justification for the croak. An undef return value seems to be a reasonable response when the attribute is absent.
From: rwfranks [...] acm.org
On Fixed in 1.04_01.
From: rwfranks [...] acm.org
Released in 1.05
Subject: Re: [rt.cpan.org #124650] Net::DNS::SEC::Private must not die if attribute is not present
Date: Thu, 22 Mar 2018 11:55:21 -0400
To: bug-Net-DNS-SEC [...] rt.cpan.org
From: Belman Vadim <vrurg [...] lflat.org>
Thank you! And I even got the version in a recent update of FreeBSD ports. But when I try to upgrade the port the following error pops up: ## Makefile supports test build only ## (see message from Makefile.PL) Don't know yet if its the port's problem or anything else. Will try to investigate deeper if get some spare time. Show quoted text
> 22 бер. 2018 р. о 11:49 Dick Franks via RT <bug-Net-DNS-SEC@rt.cpan.org> написав(ла): > > <URL: https://rt.cpan.org/Ticket/Display.html?id=124650 > > > Released in 1.05 > > >
Best regards, Vadim Belman
Subject: Re: [rt.cpan.org #124650] Net::DNS::SEC::Private must not die if attribute is not present
Date: Thu, 22 Mar 2018 15:02:09 -0400
To: Dick Franks via RT <bug-Net-DNS-SEC [...] rt.cpan.org>
From: Belman Vadim <vrurg [...] lflat.org>
The problem was caused by changed installation path. Removal of installed v1.04 package solved the issue. Thank you! Best regards, Vadim Belman