Skip Menu |

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

Report information
The Basics
Id: 100950
Status: resolved
Priority: 0/
Queue: Net-DNS-DynDNS

People
Owner: Nobody in particular
Requestors: james [...] ziobro.info
Cc:
AdminCc:

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



Subject: change request + possible bug
Date: Tue, 16 Dec 2014 12:06:49 -0500
To: bug-Net-DNS-DynDNS [...] rt.cpan.org
From: Jim Ziobro <james [...] ziobro.info>
In DynDNS.pm the "if" statement at line 459 is modified to read: if ( ( $code eq 'good' ) || ( $code eq 'nochg' ) || $code eq '200') { # 200 is changeIP.com response see: # http://www.changeip.com/accounts/knowledgebase.php?action=displayarticle&id=47 if ($result) { In routine *_parse_content* the variable *$result* is declared and used but it does appear to be set anywhere. Do you want that library to support other DDNS providers? Ciao, //Z\\ Jim Ziobro
On Wed Dec 17 04:07:04 2014, james@ziobro.info wrote: Show quoted text
> In DynDNS.pm the "if" statement at line 459 is modified to read: > > if ( ( $code eq 'good' ) || ( $code eq 'nochg' ) > || $code eq '200') { # 200 is changeIP.com response see: > # > http://www.changeip.com/accounts/knowledgebase.php?action=displayarticle&id=47 > if ($result) { > > In routine *_parse_content* the variable *$result* is declared and > used > but it does appear to be set anywhere. > > Do you want that library to support other DDNS providers? > > Ciao, > //Z\\ > Jim Ziobro
Thinking about it. Looks like http://www.changeip.com/accounts/knowledgebase.php?action=displayarticle&id=34 is useful too.
On Wed Dec 17 21:13:47 2014, DDICK wrote: Show quoted text
> On Wed Dec 17 04:07:04 2014, james@ziobro.info wrote:
> > In DynDNS.pm the "if" statement at line 459 is modified to read: > > > > if ( ( $code eq 'good' ) || ( $code eq 'nochg' ) > > || $code eq '200') { # 200 is changeIP.com response see: > > # > > http://www.changeip.com/accounts/knowledgebase.php?action=displayarticle&id=47 > > if ($result) { > > > > In routine *_parse_content* the variable *$result* is declared and > > used > > but it does appear to be set anywhere. > > > > Do you want that library to support other DDNS providers? > > > > Ciao, > > //Z\\ > > Jim Ziobro
> > Thinking about it. Looks like > http://www.changeip.com/accounts/knowledgebase.php?action=displayarticle&id=34 > is useful too.
Okay. Took longer than i wanted to. Patch included. Send more if needed.