The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Note: this file was auto-generated by Module::Build::Compat version 0.39_01
use ExtUtils::MakeMaker;
WriteMakefile
(
  'PL_FILES' => {},
  'INSTALLDIRS' => 'site',
  'NAME' => 'App::PortDistances',
  'EXE_FILES' => [
                   'script/gpd'
                 ],
  'VERSION_FROM' => 'lib/App/PortDistances.pm',
  'PREREQ_PM' => {
                   'MooseX::Types::Moose' => 0,
                   'MooseX::Declare' => 0,
                   'FindBin' => 0,
                   'File::Spec' => 0,
                   'Graph' => 0,
                   'MooseX::Getopt' => 0,
                   'File::ShareDir' => '1.00',
                   'Digest::MD5' => 0,
                   'Cache::File' => 0,
                   'lib' => 0,
                   'constant' => 0,
                   'Carp' => 0,
                   'Test::More' => 0,
                   'MooseX::Types' => 0,
                   'JSON' => 0,
                   'GIS::Distance' => 0,
                   'String::Approx' => 0,
                   'Cwd' => 0
                 }
)
;