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

..03-May-2022-

inc/H29-May-2009-8973

lib/Geo/H29-May-2009-1,221533

t/H29-May-2009-972862

Build.PLH A D29-May-2009696 2924

ChangesH A D29-May-20091.4 KiB5237

MANIFESTH A D29-May-2009203 1918

META.ymlH A D29-May-2009651 2928

Makefile.PLH A D29-May-20091 KiB3833

READMEH A D29-May-2009516 3019

README

1Geo-Gpx version 0.26
2
3INSTALLATION
4
5To install this module, run the following commands:
6
7    perl Makefile.PL
8    make
9    make test
10    make install
11
12Alternatively, to install with Module::Build, you can use the following commands:
13
14    perl Build.PL
15    ./Build
16    ./Build test
17    ./Build install
18
19DEPENDENCIES
20
21None.
22
23COPYRIGHT AND LICENCE
24
25Copyright (C) Rich Bowen
26Copyright (C) 2006, Andy Armstrong
27
28This library is free software; you can redistribute it and/or modify
29it under the same terms as Perl itself.
30