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

Diff of /Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 11 by dpavlin, Wed Oct 17 15:39:44 2007 UTC revision 32 by dpavlin, Sun May 18 02:55:13 2008 UTC
# Line 1  Line 1 
1  use inc::Module::Install;  use inc::Module::Install;
2    
3  name            'Net-Analysis-Listener-Maps';  name            'maps';
4  version         '0.01';  version         '0.02';
5  license         'GPL';  license         'GPL';
6    
7  requires        'Net::Analysis';  requires        'Net::Analysis';
# Line 11  requires       'File::Slurp'; Line 11  requires       'File::Slurp';
11  requires        'Getopt::Long';  requires        'Getopt::Long';
12  requires        'Data::Dump';  requires        'Data::Dump';
13    
14    features(
15            'GoogleMaps from NMEA GPS data' => [
16                    -default => 1,
17                    'HTML::GoogleMaps',
18                    'CGI',
19                    'CGI::Carp',
20                    'File::Find',
21            ],
22            'NMEA to KML' => [
23                    -default => 1,
24                    'Template::Declare::TagSet::KML',
25            ],
26            'NMEA to GPX' => [
27                    -default => 1,
28                    'Geo::Gpx',
29            ],
30    );
31    
32  install_script 'stich.pl';  install_script 'stich.pl';
33    
34  auto_install;  auto_install;

Legend:
Removed from v.11  
changed lines
  Added in v.32

  ViewVC Help
Powered by ViewVC 1.1.26