Subject: | NetRange parser error for IPv6 |
Date: | Thu, 26 Sep 2013 11:42:51 -0500 |
To: | bug-Net-Whois-IP [...] rt.cpan.org |
From: | Brian Kroth <bpkroth [...] gmail.com> |
Ticket #88388 has this same error:
$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'
};
at /tmp/test.pl line 26.
This should be something more like this:
$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'
};
at /tmp/test.pl line 26.
Message body not shown because it is not plain text.