Skip Menu |

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

Report information
The Basics
Id: 50936
Status: open
Priority: 0/
Queue: DNS-WorldWideDns

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

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



Subject: Enable secondary domains and folders
I needed to be able to place secondary domains into folders and modify the primary IP. This small patch enabled that.
Subject: tmp.diff
--- wwd.pm~ 2009-10-28 21:12:07.000000000 -0400 +++ wwd.pm 2009-10-28 22:34:03.000000000 -0400 @@ -535,7 +535,8 @@ SECURE => $params->{secureTransfer}, EXPIRE => $params->{expire}, TTL => $params->{ttl}, - FOLDER => '', + FOLDER => $params->{folder}, + S1 => $params->{primary}, ZONENS => 'ns1.worldwidedns.net', ZONEDATA => $zoneData, ]; Diff finished. Wed Oct 28 22:34:14 2009
Your patch looks like it works fine for updating the server, but it doesn't do anything for reading the data back out. Do you have a second patch for that?