Geo-LookupPostcode

This module allows you to convert a postcode into a province string. Only
certain countries are supported. The module name is Geo::LookupPostcode

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::LookupPostcode

You can also look for information at:

    GitHub issue tracker:
        https://github.com/Flimm/lookup-postcode/issues

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/Geo-LookupPostcode

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

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




QUICK RUN

If you don't want to install the module, but just run it quickly, run:

        perl Makefile.PL
        make

Now you can do:

        perl -Ilib -Mblib -e 'use Geo::LookupPostcode qw(lookup_postcode);'

LICENSE AND COPYRIGHT

Copyright (C) 2016 David D Lowe and contributors

This work is licensed under the Creative Commons Attribution-ShareAlike 3.0
Unported license (CC BY-SA 3.0).

This can be read in its entirety at
https://creativecommons.org/licenses/by-sa/3.0/
