# Note: this file was auto-generated by Module::Build::Compat version 0.33
use ExtUtils::MakeMaker;
WriteMakefile
(
'NAME' => 'GPS::Babel',
'VERSION_FROM' => 'lib/GPS/Babel.pm',
'PREREQ_PM' => {
'File::Which' => 0,
'Geo::Gpx' => '0.15',
'Test::More' => 0
},
'INSTALLDIRS' => 'site',
'EXE_FILES' => [],
'PL_FILES' => {}
)
;