diff options
Diffstat (limited to 'Build.PL')
-rw-r--r-- | Build.PL | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -32,5 +32,10 @@ Module::Build->new( 'XML::LibXML' => 0, }, sign => 1, + meta_merge => { + resources => { + repository => 'https://github.com/derf/Travel-Status-DE-IRIS' + } + }, )->create_build_script(); |