Geo::Postcodes::README
-------------------------------------------------------------
This module is the parent class of the Geo::Postcodes::XX modules,
where XX is the two letter country code. 

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires no other modules and libraries.

USAGE

Do not use this module directly, but one of the Geo::Postcodes::XX 
subclasses.

See the file SUBCLASS for information on how to subclass this module.

COPYRIGHT AND LICENCE

Copyright (C) 2006 by Arne Sommer - arne@cpan.org

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