Geo::Postcodes::NO::README
-------------------------------------------------------------
This module gives the official (Posten Norge BA) mapping between norwegian
postal codes and the postal location, borough (kommune) and county (fylke).

It can be used object oriented (postnummer objects), or as procedures.
Take your pick.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

It is a subclass of Geo::Postcodes, which must be installed first.

USAGE

See the documentation with the command 'perldoc Geo::Postcodes::NO.pm'
in the source directory. 'perldoc Geo::Postcodes::NO' or 'man
Geo::Postcodes::NO' can be used after installation.

Se also the LESMEG file, written in norwegian.

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.