diff options
Diffstat (limited to 'Build.PL')
-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(); |