abh / geo-coder-yahoo

Perl interface to the Yahoo Geocoding API

This URL has Read+Write access

name age message
file Changes Loading commit data...
file MANIFEST
file META.yml Sun Jul 13 14:32:27 -0700 2008 add license to Makefile.PL [abh]
file Makefile.PL
file README
directory eg/ Sun Jul 13 13:52:52 -0700 2008 add basic example [abh]
directory lib/
directory t/
README
Geo::Coder::Yahoo

Provides a thin Perl interface to the Yahoo! Geocoding API.


INSTALLATION

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install


SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the perldoc command.

    perldoc Geo::Coder::Yahoo

You can also look for information at:

    Search CPAN
        http://search.cpan.org/dist/Geo-Coder-Yahoo

    CPAN Request Tracker:
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Geo-Coder-Yahoo

    AnnoCPAN, annotated CPAN documentation:
        http://annocpan.org/dist/Geo-Coder-Yahoo

    CPAN Ratings:
        http://cpanratings.perl.org/d/Geo-Coder-Yahoo

COPYRIGHT AND LICENCE

Copyright (C) 2005 Ask Bjoern Hansen

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.