diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-06-12 13:13:20 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-06-12 13:13:20 -0700 |
commit | 4c3886270dff45a37c319d50c062606675c9a7c2 (patch) | |
tree | fca958cf248abe11dfb462f612bb23e8b88b5fa2 /EZLocate.pm | |
parent | fd2615fb2f72bb8892a1cdb8764898ed96e7d354 (diff) | |
parent | 3496d00e963072b6e571166e9a079f0d04153e9a (diff) |
Merge branch 'master' of git.freeside.biz:/home/git/Geo-EZLocate
Diffstat (limited to 'EZLocate.pm')
-rw-r--r-- | EZLocate.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/EZLocate.pm b/EZLocate.pm index 3215dc3..09062f5 100644 --- a/EZLocate.pm +++ b/EZLocate.pm @@ -76,7 +76,7 @@ sub login { $bits >>= 24; $key = ($key ^ $bits); } - $key = $key & 0x3fffffff; + $key = $key & 0x0fffffff; my $client = $self->{'auth'} ||= $Auth->new; my $r_requestChallenge = $client->requestChallenge({ @@ -168,7 +168,8 @@ You can find documentation for this module with the perldoc command. perldoc Geo::EZLocate -This library is not supported by TomTom. +This library is not supported by TomTom. Commercial support is available +from Freeside Internet Services, L<http://www.freeside.biz>. =head1 LICENSE AND COPYRIGHT @@ -180,7 +181,6 @@ by the Free Software Foundation; or the Artistic License. See http://dev.perl.org/licenses/ for more information. - =cut 1; # End of Geo::EZLocate |