Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 74423
Status: resolved
Priority: 0/
Queue: Geo-IP

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

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



Subject: Spelling patch
"depreciated" should be replaced by "deprecated".
Subject: IP.pm.patch
--- lib/Geo/IP.pm 2011-08-23 19:22:45.000000000 +0200 +++ lib/Geo/IP.pm.new 2012-01-26 12:34:10.000000000 +0100 @@ -5748,11 +5748,11 @@ Returns a Geo::IP::Record object containing city location for a hostname. -=item $org = $gi->org_by_addr( $ipaddr ); B<depreciated> use C<name_by_addr> instead. +=item $org = $gi->org_by_addr( $ipaddr ); B<deprecated> use C<name_by_addr> instead. Returns the Organization, ISP name or Domain Name for an IP address. -=item $org = $gi->org_by_name( $hostname ); B<depreciated> use C<name_by_name> instead. +=item $org = $gi->org_by_name( $hostname ); B<deprecated> use C<name_by_name> instead. Returns the Organization, ISP name or Domain Name for a hostname. @@ -5881,11 +5881,11 @@ Returns the Organization, ISP name or Domain Name for a hostname. -=item org_by_addr_v6 B<depreciated> use C<name_by_addr_v6> +=item org_by_addr_v6 B<deprecated> use C<name_by_addr_v6> Returns the Organization, ISP name or Domain Name for an IPv6 address. -=item org_by_name_v6 B<depreciated> use C<name_by_name_v6> +=item org_by_name_v6 B<deprecated> use C<name_by_name_v6> Returns the Organization, ISP name or Domain Name for a hostname.
Hallo Tina, vielen Dank. -- Boris