/[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 22 - (hide annotations)
Wed Dec 5 21:20:54 2007 UTC (16 years, 3 months ago) by dpavlin
File MIME type: text/plain
File size: 548 byte(s)
first try to conversion tool from NMEA to GPX
1 dpavlin 3 use inc::Module::Install;
2    
3 dpavlin 11 name 'Net-Analysis-Listener-Maps';
4     version '0.01';
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     -default => 1,
17     recommends('HTML::GoogleMaps'),
18 dpavlin 14 recommends('CGI'),
19 dpavlin 13 recommends('CGI::Carp'),
20 dpavlin 14 recommends('File::Find'),
21 dpavlin 13 ],
22     );
23    
24 dpavlin 22 features(
25     'NMEA to GPX' => [
26     -default => 1,
27     recommends('Geo::Gpx'),
28     ],
29     );
30 dpavlin 13
31 dpavlin 3 install_script 'stich.pl';
32    
33     auto_install;
34    
35     WriteAll;

  ViewVC Help
Powered by ViewVC 1.1.26