Skip Menu |

This queue is for tickets about the Net-Whois-IP CPAN distribution.

Report information
The Basics
Id: 88388
Status: open
Priority: 0/
Queue: Net-Whois-IP

People
Owner: Nobody in particular
Requestors: andrew [...] wolftrail.com
Cc:
AdminCc:

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



Subject: IPv6 addresses rejected
Date: Tue, 3 Sep 2013 10:06:31 -0600
To: bug-Net-Whois-IP [...] rt.cpan.org
From: Andrew Hoying <andrew [...] wolftrail.com>
The Net::Whois::IP module works with IPv6 addresses if the IPv4 check is commented out. Please update the module to check for IPv4 or IPv6 addresses and accept both of them. Example output with the IPv4 check commented out: # perl use Net::Whois::IP qw(whoisip_query); use Data::Dumper; my $r = whoisip_query('2607:f8b0:4001:c00::67'); print Dumper($r); $VAR1 = { 'NetName' => 'GOOGLE-IPV6', 'Address' => '1600 Amphitheatre Parkway', 'NetType' => 'Direct Allocation', 'City' => 'Mountain View', 'Ref' => 'http://whois.arin.net/rest/org/GOGL', 'OrgTechName' => 'Google Inc', 'OrgName' => 'Google Inc.', 'Parent' => 'NET6-2600-1', 'OrgTechRef' => 'http://whois.arin.net/rest/poc/ZG39-ARIN', 'OrgAbuseHandle' => 'ZG39-ARIN', 'OrgTechPhone' => '+1-650-253-0000 ', 'NetRange: 2607:F8B0:' => '- 2607:F8B0:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF', 'OriginAS' => 'AS15169, AS22577', 'OrgTechHandle' => 'ZG39-ARIN', 'OrgAbuseName' => 'Google Inc', 'PostalCode' => '94043', 'OrgAbusePhone' => '+1-650-253-0000 ', 'NetHandle' => 'NET6-2607-F8B0-1', 'OrgId' => 'GOGL', 'RegDate' => '2000-03-30', 'CIDR' => '2607:F8B0::/32', 'StateProv' => 'CA', 'Updated' => '2013-08-07', 'OrgAbuseRef' => 'http://whois.arin.net/rest/poc/ZG39-ARIN', 'OrgAbuseEmail' => 'arin-contact@google.com', 'Country' => 'US', '# available at' => 'https://www.arin.net/whois_tou.html', 'OrgTechEmail' => 'arin-contact@google.com' };
Subject: Re: [rt.cpan.org #88388] IPv6 addresses rejected
Date: Tue, 03 Sep 2013 11:30:24 -0500
To: bug-Net-Whois-IP [...] rt.cpan.org
From: Ben Schmitz <ben [...] foink.com>
New version released. On 09/03/2013 11:06 AM, Andrew Hoying via RT wrote: Show quoted text
> Tue Sep 03 12:06:47 2013: Request 88388 was acted upon. > Transaction: Ticket created by andrew@wolftrail.com > Queue: Net-Whois-IP > Subject: IPv6 addresses rejected > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: andrew@wolftrail.com > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=88388 > > > > The Net::Whois::IP module works with IPv6 addresses if the IPv4 check is > commented out. Please update the module to check for IPv4 or IPv6 addresses > and accept both of them. Example output with the IPv4 check commented out: > > # perl > use Net::Whois::IP qw(whoisip_query); > use Data::Dumper; > my $r = whoisip_query('2607:f8b0:4001:c00::67'); > print Dumper($r); > $VAR1 = { > 'NetName' => 'GOOGLE-IPV6', > 'Address' => '1600 Amphitheatre Parkway', > 'NetType' => 'Direct Allocation', > 'City' => 'Mountain View', > 'Ref' => 'http://whois.arin.net/rest/org/GOGL', > 'OrgTechName' => 'Google Inc', > 'OrgName' => 'Google Inc.', > 'Parent' => 'NET6-2600-1', > 'OrgTechRef' => 'http://whois.arin.net/rest/poc/ZG39-ARIN', > 'OrgAbuseHandle' => 'ZG39-ARIN', > 'OrgTechPhone' => '+1-650-253-0000 ', > 'NetRange: 2607:F8B0:' => '- > 2607:F8B0:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF', > 'OriginAS' => 'AS15169, AS22577', > 'OrgTechHandle' => 'ZG39-ARIN', > 'OrgAbuseName' => 'Google Inc', > 'PostalCode' => '94043', > 'OrgAbusePhone' => '+1-650-253-0000 ', > 'NetHandle' => 'NET6-2607-F8B0-1', > 'OrgId' => 'GOGL', > 'RegDate' => '2000-03-30', > 'CIDR' => '2607:F8B0::/32', > 'StateProv' => 'CA', > 'Updated' => '2013-08-07', > 'OrgAbuseRef' => 'http://whois.arin.net/rest/poc/ZG39-ARIN', > 'OrgAbuseEmail' => 'arin-contact@google.com', > 'Country' => 'US', > '# available at' => 'https://www.arin.net/whois_tou.html', > 'OrgTechEmail' => 'arin-contact@google.com' > }; >
Subject: Re: [rt.cpan.org #88388] IPv6 addresses rejected
Date: Tue, 3 Sep 2013 12:30:07 -0600
To: bug-Net-Whois-IP [...] rt.cpan.org
From: Andrew Hoying <andrew [...] wolftrail.com>
That looks great, thanks! You should add Regexp::IPv6 into the Makefile.PL prerequisites, too, when you get a chance. On Tue, Sep 3, 2013 at 10:30 AM, Ben Schmitz via RT < bug-Net-Whois-IP@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=88388 > > > New version released. > > On 09/03/2013 11:06 AM, Andrew Hoying via RT wrote:
> > Tue Sep 03 12:06:47 2013: Request 88388 was acted upon. > > Transaction: Ticket created by andrew@wolftrail.com > > Queue: Net-Whois-IP > > Subject: IPv6 addresses rejected > > Broken in: (no value) > > Severity: (no value) > > Owner: Nobody > > Requestors: andrew@wolftrail.com > > Status: new > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=88388 > > > > > > > The Net::Whois::IP module works with IPv6 addresses if the IPv4 check is > > commented out. Please update the module to check for IPv4 or IPv6
> addresses
> > and accept both of them. Example output with the IPv4 check commented
> out:
> > > > # perl > > use Net::Whois::IP qw(whoisip_query); > > use Data::Dumper; > > my $r = whoisip_query('2607:f8b0:4001:c00::67'); > > print Dumper($r); > > $VAR1 = { > > 'NetName' => 'GOOGLE-IPV6', > > 'Address' => '1600 Amphitheatre Parkway', > > 'NetType' => 'Direct Allocation', > > 'City' => 'Mountain View', > > 'Ref' => 'http://whois.arin.net/rest/org/GOGL', > > 'OrgTechName' => 'Google Inc', > > 'OrgName' => 'Google Inc.', > > 'Parent' => 'NET6-2600-1', > > 'OrgTechRef' => 'http://whois.arin.net/rest/poc/ZG39-ARIN', > > 'OrgAbuseHandle' => 'ZG39-ARIN', > > 'OrgTechPhone' => '+1-650-253-0000 ', > > 'NetRange: 2607:F8B0:' => '- > > 2607:F8B0:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF', > > 'OriginAS' => 'AS15169, AS22577', > > 'OrgTechHandle' => 'ZG39-ARIN', > > 'OrgAbuseName' => 'Google Inc', > > 'PostalCode' => '94043', > > 'OrgAbusePhone' => '+1-650-253-0000 ', > > 'NetHandle' => 'NET6-2607-F8B0-1', > > 'OrgId' => 'GOGL', > > 'RegDate' => '2000-03-30', > > 'CIDR' => '2607:F8B0::/32', > > 'StateProv' => 'CA', > > 'Updated' => '2013-08-07', > > 'OrgAbuseRef' => 'http://whois.arin.net/rest/poc/ZG39-ARIN', > > 'OrgAbuseEmail' => 'arin-contact@google.com', > > 'Country' => 'US', > > '# available at' => 'https://www.arin.net/whois_tou.html', > > 'OrgTechEmail' => 'arin-contact@google.com' > > }; > >
> >
Subject: Re: [rt.cpan.org #88388] IPv6 addresses rejected
Date: Tue, 03 Sep 2013 13:31:56 -0500
To: bug-Net-Whois-IP [...] rt.cpan.org
From: Ben Schmitz <ben [...] foink.com>
missed that... thanks On 09/03/2013 01:30 PM, Andrew Hoying via RT wrote: Show quoted text
> Queue: Net-Whois-IP > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=88388 > > > That looks great, thanks! You should add Regexp::IPv6 into the Makefile.PL > prerequisites, too, when you get a chance. > > > On Tue, Sep 3, 2013 at 10:30 AM, Ben Schmitz via RT < > bug-Net-Whois-IP@rt.cpan.org> wrote: >
>> <URL: https://rt.cpan.org/Ticket/Display.html?id=88388 > >> >> New version released. >> >> On 09/03/2013 11:06 AM, Andrew Hoying via RT wrote:
>>> Tue Sep 03 12:06:47 2013: Request 88388 was acted upon. >>> Transaction: Ticket created by andrew@wolftrail.com >>> Queue: Net-Whois-IP >>> Subject: IPv6 addresses rejected >>> Broken in: (no value) >>> Severity: (no value) >>> Owner: Nobody >>> Requestors: andrew@wolftrail.com >>> Status: new >>> Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=88388 > >>> >>> >>> The Net::Whois::IP module works with IPv6 addresses if the IPv4 check is >>> commented out. Please update the module to check for IPv4 or IPv6
>> addresses
>>> and accept both of them. Example output with the IPv4 check commented
>> out:
>>> >>> # perl >>> use Net::Whois::IP qw(whoisip_query); >>> use Data::Dumper; >>> my $r = whoisip_query('2607:f8b0:4001:c00::67'); >>> print Dumper($r); >>> $VAR1 = { >>> 'NetName' => 'GOOGLE-IPV6', >>> 'Address' => '1600 Amphitheatre Parkway', >>> 'NetType' => 'Direct Allocation', >>> 'City' => 'Mountain View', >>> 'Ref' => 'http://whois.arin.net/rest/org/GOGL', >>> 'OrgTechName' => 'Google Inc', >>> 'OrgName' => 'Google Inc.', >>> 'Parent' => 'NET6-2600-1', >>> 'OrgTechRef' => 'http://whois.arin.net/rest/poc/ZG39-ARIN', >>> 'OrgAbuseHandle' => 'ZG39-ARIN', >>> 'OrgTechPhone' => '+1-650-253-0000 ', >>> 'NetRange: 2607:F8B0:' => '- >>> 2607:F8B0:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF', >>> 'OriginAS' => 'AS15169, AS22577', >>> 'OrgTechHandle' => 'ZG39-ARIN', >>> 'OrgAbuseName' => 'Google Inc', >>> 'PostalCode' => '94043', >>> 'OrgAbusePhone' => '+1-650-253-0000 ', >>> 'NetHandle' => 'NET6-2607-F8B0-1', >>> 'OrgId' => 'GOGL', >>> 'RegDate' => '2000-03-30', >>> 'CIDR' => '2607:F8B0::/32', >>> 'StateProv' => 'CA', >>> 'Updated' => '2013-08-07', >>> 'OrgAbuseRef' => 'http://whois.arin.net/rest/poc/ZG39-ARIN', >>> 'OrgAbuseEmail' => 'arin-contact@google.com', >>> 'Country' => 'US', >>> '# available at' => 'https://www.arin.net/whois_tou.html', >>> 'OrgTechEmail' => 'arin-contact@google.com' >>> }; >>>
>> >>
>
CC: andrew [...] wolftrail.com
Subject: Re: [rt.cpan.org #88388] IPv6 addresses rejected
Date: Fri, 27 Sep 2013 07:54:00 -0500
To: bug-Net-Whois-IP [...] rt.cpan.org
From: Ben Schmitz <ben [...] foink.com>
New version up; please let me know. On 9/3/13 1:32 PM, Ben Schmitz via RT wrote: Show quoted text
> Queue: Net-Whois-IP > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=88388 > > > missed that... thanks > > On 09/03/2013 01:30 PM, Andrew Hoying via RT wrote:
>> Queue: Net-Whois-IP >> Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=88388 > >> >> That looks great, thanks! You should add Regexp::IPv6 into the Makefile.PL >> prerequisites, too, when you get a chance. >> >> >> On Tue, Sep 3, 2013 at 10:30 AM, Ben Schmitz via RT < >> bug-Net-Whois-IP@rt.cpan.org> wrote: >>
>>> <URL: https://rt.cpan.org/Ticket/Display.html?id=88388 > >>> >>> New version released. >>> >>> On 09/03/2013 11:06 AM, Andrew Hoying via RT wrote:
>>>> Tue Sep 03 12:06:47 2013: Request 88388 was acted upon. >>>> Transaction: Ticket created by andrew@wolftrail.com >>>> Queue: Net-Whois-IP >>>> Subject: IPv6 addresses rejected >>>> Broken in: (no value) >>>> Severity: (no value) >>>> Owner: Nobody >>>> Requestors: andrew@wolftrail.com >>>> Status: new >>>> Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=88388 > >>>> >>>> >>>> The Net::Whois::IP module works with IPv6 addresses if the IPv4 check is >>>> commented out. Please update the module to check for IPv4 or IPv6
>>> addresses
>>>> and accept both of them. Example output with the IPv4 check commented
>>> out:
>>>> >>>> # perl >>>> use Net::Whois::IP qw(whoisip_query); >>>> use Data::Dumper; >>>> my $r = whoisip_query('2607:f8b0:4001:c00::67'); >>>> print Dumper($r); >>>> $VAR1 = { >>>> 'NetName' => 'GOOGLE-IPV6', >>>> 'Address' => '1600 Amphitheatre Parkway', >>>> 'NetType' => 'Direct Allocation', >>>> 'City' => 'Mountain View', >>>> 'Ref' => 'http://whois.arin.net/rest/org/GOGL', >>>> 'OrgTechName' => 'Google Inc', >>>> 'OrgName' => 'Google Inc.', >>>> 'Parent' => 'NET6-2600-1', >>>> 'OrgTechRef' => 'http://whois.arin.net/rest/poc/ZG39-ARIN', >>>> 'OrgAbuseHandle' => 'ZG39-ARIN', >>>> 'OrgTechPhone' => '+1-650-253-0000 ', >>>> 'NetRange: 2607:F8B0:' => '- >>>> 2607:F8B0:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF', >>>> 'OriginAS' => 'AS15169, AS22577', >>>> 'OrgTechHandle' => 'ZG39-ARIN', >>>> 'OrgAbuseName' => 'Google Inc', >>>> 'PostalCode' => '94043', >>>> 'OrgAbusePhone' => '+1-650-253-0000 ', >>>> 'NetHandle' => 'NET6-2607-F8B0-1', >>>> 'OrgId' => 'GOGL', >>>> 'RegDate' => '2000-03-30', >>>> 'CIDR' => '2607:F8B0::/32', >>>> 'StateProv' => 'CA', >>>> 'Updated' => '2013-08-07', >>>> 'OrgAbuseRef' => 'http://whois.arin.net/rest/poc/ZG39-ARIN', >>>> 'OrgAbuseEmail' => 'arin-contact@google.com', >>>> 'Country' => 'US', >>>> '# available at' => 'https://www.arin.net/whois_tou.html', >>>> 'OrgTechEmail' => 'arin-contact@google.com' >>>> }; >>>>
>>> >>>
>>
>