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

..03-May-2022-

inc/Module/H04-Jan-2011-2,1491,602

lib/Geo/Coordinates/Converter/H04-Jan-2011-332152

share/H03-May-2022-

t/H04-Jan-2011-9576

xt/H04-Jan-2011-2420

.gitignoreH A D01-Jun-201014 32

ChangesH A D04-Jan-2011742 5731

MANIFESTH A D20-Sep-2010672 3130

META.ymlH A D04-Jan-2011678 3130

Makefile.PLH A D04-Jan-2011322 1310

READMEH A D15-Jun-2009621 2815

README

1This is Perl module Geo::Coordinates::Converter::iArea.
2
3INSTALLATION
4
5Geo::Coordinates::Converter::iArea installation is straightforward. If your CPAN shell is set up,
6you should just be able to do
7
8    % cpan Geo::Coordinates::Converter::iArea
9
10Download it, unpack it, then build it as per the usual:
11
12    % perl Makefile.PL
13    % make && make test
14
15Then install it:
16
17    % make install
18
19DOCUMENTATION
20
21Geo::Coordinates::Converter::iArea documentation is available as in POD. So you can do:
22
23    % perldoc Geo::Coordinates::Converter::iArea
24
25to read the documentation online with your favorite pager.
26
27Tokuhiro Matsuno
28