/[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 22 by dpavlin, Wed Dec 5 21:20:54 2007 UTC revision 26 by dpavlin, Fri Dec 7 03:03:42 2007 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 21  features( Line 21  features(
21          ],          ],
22  );  );
23    
24    features(
25            'NMEA to KML' => [
26            -default => 1,
27            recommends('Template::Declare::TagSet::KML'),
28            ],
29    );
30    
31  features(  features(
32          'NMEA to GPX' => [          'NMEA to GPX' => [
33          -default => 1,          -default => 1,

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

  ViewVC Help
Powered by ViewVC 1.1.26