From fa1dd17ac11eb1f0031805ddfa5a4b62a73373fa Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Thu, 14 Feb 2019 14:36:01 +0000 Subject: [PATCH] Added GitHub repo meta. --- Build.PL | 5 +++++ 1 file changed, 5 insertions(+) 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' + } + }, );