summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build.PL5
1 files changed, 5 insertions, 0 deletions
diff --git a/Build.PL b/Build.PL
index 9df1b7e..e629968 100644
--- a/Build.PL
+++ b/Build.PL
@@ -26,5 +26,10 @@ my $build = Module::Build->new(
},
script_files => 'bin/',
sign => 1,
+ meta_merge => {
+ resources => {
+ repository => 'https://github.com/derf/App-Hashl'
+ }
+ },
);
$build->create_build_script();