Geo::Postcodes::DK::README
-------------------------------------------------------------
This module gives the official (Post Danmark) mapping between danish
postal codes and the postal location, address and address owner.

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::DK.pm'
in the source directory. 'perldoc Geo::Postcodes::DK' or 'man
Geo::Postcodes::DK' can be used after installation.

It is possible to update the postcodes yourself, but this is not
recommended. See the file './bin/README'.

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.