• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

eg/H16-Nov-2010-221120

lib/Geo/Postcodes/H16-Nov-2010-1,9621,570

misc/H16-Nov-2010-13175

t/H16-Nov-2010-502372

Build.PLH A D24-Sep-2006304 1311

ChangesH A D16-Nov-20105.4 KiB164123

MANIFESTH A D24-Sep-2006313 2322

META.ymlH A D16-Nov-2010572 2322

Makefile.PLH A D24-Sep-2006577 1410

READMEH A D24-Sep-20061.1 KiB4429

README

1Geo::Postcodes::DK::README
2-------------------------------------------------------------
3This module gives the official (Post Danmark) mapping between danish
4postal codes and the postal location, address and address owner.
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::DK.pm'
32in the source directory. 'perldoc Geo::Postcodes::DK' or 'man
33Geo::Postcodes::DK' 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
38COPYRIGHT AND LICENCE
39
40Copyright (C) 2006 by Arne Sommer - arne@cpan.org
41
42This library is free software; you can redistribute it and/or modify
43it under the same terms as Perl itself.
44