Geo::ICAO
=========

The ICAO airport code or location indicator is a four-letter
alphanumeric code designating each airport around the world. These codes
are defined by the International Civil Aviation Organization.

This Perl module provides a way to look up for airports and their ICAO
code.



INSTALLATION
============

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install


Or, using Module::Builder:

    perl Build.PL
    ./Build
    ./Build test
    ./Build install



SUPPORT AND DOCUMENTATION
=========================

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

    perldoc Geo::ICAO

You can also look for information at:
  . Search CPAN
        http://search.cpan.org/dist/Geo-ICAO
  . CPAN Request Tracker:
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Geo-ICAO
  . AnnoCPAN, annotated CPAN documentation:
        http://annocpan.org/dist/Geo-ICAO
  . CPAN Ratings:
        http://cpanratings.perl.org/d/Geo-ICAO



COPYRIGHT AND LICENCE
=====================

Copyright (c) 2007 Jerome Quelin, all rights reserved.

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