The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
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 (postcode objects), or as procedures.
Take your pick.

INSTALLATION

To install this module type the following, if you are using Build.PL:

   perl Build.PL
  ./Build
  ./Build test
  ./Build install

Or the following, if you are using MakeMaker:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module is a sublass 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, with a single command,
but this is not recommended. See the file './misc/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.