/[maps]/Makefile.PL
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 26 - (show annotations)
Fri Dec 7 03:03:42 2007 UTC (16 years, 4 months ago) by dpavlin
File MIME type: text/plain
File size: 627 byte(s)
paths re-org
1 use inc::Module::Install;
2
3 name 'maps';
4 version '0.02';
5 license 'GPL';
6
7 requires 'Net::Analysis';
8 requires 'Imager';
9 requires 'File::Find';
10 requires 'File::Slurp';
11 requires 'Getopt::Long';
12 requires 'Data::Dump';
13
14 features(
15 'GoogleMaps from NMEA GPS data' => [
16 -default => 1,
17 recommends('HTML::GoogleMaps'),
18 recommends('CGI'),
19 recommends('CGI::Carp'),
20 recommends('File::Find'),
21 ],
22 );
23
24 features(
25 'NMEA to KML' => [
26 -default => 1,
27 recommends('Template::Declare::TagSet::KML'),
28 ],
29 );
30
31 features(
32 'NMEA to GPX' => [
33 -default => 1,
34 recommends('Geo::Gpx'),
35 ],
36 );
37
38 install_script 'stich.pl';
39
40 auto_install;
41
42 WriteAll;

  ViewVC Help
Powered by ViewVC 1.1.26