diff --git a/Build.PL b/Build.PL index 55ece13..4f24f95 100644 --- a/Build.PL +++ b/Build.PL @@ -38,6 +38,11 @@ my $build = Module::Build->new 'Test::Approx' => '0.03', 'Geo::Gpx' => '0.21', }, + meta_merge => { + resources => { + repository => 'https://github.com/spurkis/Geo-Google-PolylineEncoder' + } + }, );