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

..03-May-2022-

eg/H03-May-2022-3928

lib/Geo/H01-Oct-2006-2,6491,644

t/H01-Oct-2006-251180

Build.PLH A D01-Oct-2006250 1210

ChangesH A D01-Oct-20068.2 KiB215165

MANIFESTH A D01-Oct-2006367 2322

META.ymlH A D01-Oct-2006485 2221

Makefile.PLH A D01-Oct-2006571 1410

READMEH A D01-Oct-2006879 4026

README

1Geo::Postcodes::README
2-------------------------------------------------------------
3This module is the parent class of the Geo::Postcodes::XX modules,
4where XX is a two letter country code.
5
6INSTALLATION
7
8To install this module type the following, if you are using Build.PL:
9
10   perl Build.PL
11  ./Build
12  ./Build test
13  ./Build install
14
15Or the following, if you are using MakeMaker:
16
17   perl Makefile.PL
18   make
19   make test
20   make install
21
22DEPENDENCIES
23
24This module requires no other modules and libraries.
25
26USAGE
27
28Do not use this module directly, but one of the Geo::Postcodes::XX
29subclasses.
30
31See the Subclass.pod document (when written!) for information on how
32to subclass this module.
33
34COPYRIGHT AND LICENCE
35
36Copyright (C) 2006 by Arne Sommer - perl@bbop.org
37
38This library is free software; you can redistribute it and/or modify
39it under the same terms as Perl itself.
40