1Geo::Postcodes::NO::README
2-------------------------------------------------------------
3This module gives the official (Posten Norge BA) mapping between norwegian
4postal codes and the postal location, borough (kommune) and county (fylke).
5
6It can be used object oriented (postcode objects), or as procedures.
7Take your pick.
8
9INSTALLATION
10
11To install this module type the following, if you are using Build.PL:
12
13   perl Build.PL
14  ./Build
15  ./Build test
16  ./Build install
17
18Or the following, if you are using MakeMaker:
19
20   perl Makefile.PL
21   make
22   make test
23   make install
24
25DEPENDENCIES
26
27This module is a sublass of Geo::Postcodes, which must be installed first.
28
29USAGE
30
31See the documentation with the command 'perldoc Geo::Postcodes::NO.pm'
32in the source directory. 'perldoc Geo::Postcodes::NO' or 'man
33Geo::Postcodes::NO' can be used after installation.
34
35It is possible to update the postcodes yourself, with a single command,
36but this is not recommended. See the file './misc/README'.
37
38
39See also the LESMEG file, written in norwegian.
40
41COPYRIGHT AND LICENCE
42
43Copyright (C) 2006 by Arne Sommer - perl@bbop.org
44
45This library is free software; you can redistribute it and/or modify
46it under the same terms as Perl itself.
47