mirror of
https://codeberg.org/scip/Data-Validate-Struct.git
synced 2025-12-17 04:31:01 +01:00
added repo
This commit is contained in:
@@ -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',
|
||||
},
|
||||
},
|
||||
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user