diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2018-12-17 11:53:45 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2018-12-17 11:53:45 +0000 |
| commit | 37da8c74b6e14967c1097e505a3d60244fac6bb9 (patch) | |
| tree | 3df56476e2b98630fbbd08d56daa2b9ad8681958 | |
| parent | bf936631aa3330dce53a71a0f19fff0df8cef715 (diff) | |
Added repo meta.
| -rwxr-xr-x | Build.PL | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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(); |
