--- Makefile.PL 2007/10/16 09:27:16 10 +++ Makefile.PL 2007/12/03 14:25:40 14 @@ -1,7 +1,7 @@ use inc::Module::Install; -name 'maps'; -version '0.00'; +name 'Net-Analysis-Listener-Maps'; +version '0.01'; license 'GPL'; requires 'Net::Analysis'; @@ -11,6 +11,17 @@ requires 'Getopt::Long'; requires 'Data::Dump'; +features( + 'GoogleMaps from NMEA GPS data' => [ + -default => 1, + recommends('HTML::GoogleMaps'), + recommends('CGI'), + recommends('CGI::Carp'), + recommends('File::Find'), + ], +); + + install_script 'stich.pl'; auto_install;