/[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 26 by dpavlin, Fri Dec 7 03:03:42 2007 UTC revision 32 by dpavlin, Sun May 18 02:55:13 2008 UTC
# Line 13  requires       'Data::Dump'; Line 13  requires       'Data::Dump';
13    
14  features(  features(
15          'GoogleMaps from NMEA GPS data' => [          'GoogleMaps from NMEA GPS data' => [
16          -default => 1,                  -default => 1,
17          recommends('HTML::GoogleMaps'),                  'HTML::GoogleMaps',
18          recommends('CGI'),                  'CGI',
19          recommends('CGI::Carp'),                  'CGI::Carp',
20          recommends('File::Find'),                  'File::Find',
21          ],          ],
 );  
   
 features(  
22          'NMEA to KML' => [          'NMEA to KML' => [
23          -default => 1,                  -default => 1,
24          recommends('Template::Declare::TagSet::KML'),                  'Template::Declare::TagSet::KML',
25          ],          ],
 );  
   
 features(  
26          'NMEA to GPX' => [          'NMEA to GPX' => [
27          -default => 1,                  -default => 1,
28          recommends('Geo::Gpx'),                  'Geo::Gpx',
29          ],          ],
30  );  );
31    

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

  ViewVC Help
Powered by ViewVC 1.1.26