--- Makefile.PL 2007/10/17 15:39:44 11 +++ Makefile.PL 2007/12/02 19:05:29 13 @@ -11,6 +11,15 @@ requires 'Getopt::Long'; requires 'Data::Dump'; +features( + 'GoogleMaps from NMEA GPS data' => [ + -default => 1, + recommends('HTML::GoogleMaps'), + recommends('CGI::Carp'), + ], +); + + install_script 'stich.pl'; auto_install;