--- Makefile.PL 2007/12/03 14:25:40 14 +++ Makefile.PL 2007/12/05 21:20:54 22 @@ -21,6 +21,12 @@ ], ); +features( + 'NMEA to GPX' => [ + -default => 1, + recommends('Geo::Gpx'), + ], +); install_script 'stich.pl';