/[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

Annotation of /Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC 1.1.26