1Geo::Postcodes::README
2-------------------------------------------------------------
3This module is the parent class of the Geo::Postcodes::XX modules,
4where XX is a two letter country code.
5
6INSTALLATION
7
8To install this module type the following, if you are using Build.PL:
9
10   perl Build.PL
11  ./Build
12  ./Build test
13  ./Build install
14
15Or the following, if you are using MakeMaker:
16
17   perl Makefile.PL
18   make
19   make test
20   make install
21
22DEPENDENCIES
23
24This module requires no other modules and libraries.
25
26USAGE
27
28Do not use this module directly, but one of the Geo::Postcodes::XX
29subclasses.
30
31See the Subclass.pod document (when written!) for information on how
32to subclass this module.
33
34COPYRIGHT AND LICENCE
35
36Copyright (C) 2006 by Arne Sommer - perl@bbop.org
37
38This library is free software; you can redistribute it and/or modify
39it under the same terms as Perl itself.
40