diff options
author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2018-12-17 12:13:06 +0000 |
---|---|---|
committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2018-12-17 12:13:06 +0000 |
commit | cdfdd512beae97f013036e2949db2e42adfd3350 (patch) | |
tree | 8acf814ad6730dd7b8ec75e7610720e40f9d7602 /Build.PL | |
parent | 0527cf7a37b1559655f63281aaff43b9cb490245 (diff) |
Added repo meta.
Diffstat (limited to 'Build.PL')
-rw-r--r-- | Build.PL | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -26,5 +26,9 @@ Module::Build->new( 'XML::LibXML' => 0, }, sign => 1, - + meta_merge => { + resources => { + repository => 'https://github.com/derf/Travel-Status-DE-VRR' + } + }, )->create_build_script(); |