added repo

This commit is contained in:
git@daemon.de
2014-11-07 08:58:16 +01:00
parent 792cb4cd29
commit 9d7d1e78de
3 changed files with 16 additions and 3 deletions

View File

@@ -18,6 +18,12 @@ WriteMakefile(
'Data::Validate::IP' => '0.18',
},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
test => { TESTS => 't/*.t' }
test => { TESTS => 't/*.t' },
'META_MERGE' => {
resources => {
repository => 'https://github.com/TLINDEN/Data-Validate-Struct',
},
},
);