From 37da8c74b6e14967c1097e505a3d60244fac6bb9 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 17 Dec 2018 11:53:45 +0000 Subject: Added repo meta. --- Build.PL | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Build.PL b/Build.PL index 42d1973..ffea08c 100755 --- a/Build.PL +++ b/Build.PL @@ -32,5 +32,9 @@ Module::Build->new( }, script_files => 'bin/', sign => 1, - + meta_merge => { + resources => { + repository => 'https://github.com/derf/Travel-Status-DE-DeutscheBahn' + } + }, )->create_build_script(); -- cgit v1.2.3