moving to codeberg

This commit is contained in:
2025-12-13 20:33:36 +01:00
parent 818bbebee9
commit b1f594a817
4 changed files with 4 additions and 4 deletions

View File

@@ -42,7 +42,7 @@
"release_status" : "stable", "release_status" : "stable",
"resources" : { "resources" : {
"repository" : { "repository" : {
"url" : "https://github.com/TLINDEN/Data-Validate-Struct" "url" : "https://codeberg.org/scip/Data-Validate-Struct"
} }
}, },
"version" : 0.12, "version" : 0.12,

View File

@@ -23,5 +23,5 @@ requires:
Data::Validate::IP: '0' Data::Validate::IP: '0'
Regexp::Common: '0' Regexp::Common: '0'
resources: resources:
repository: https://github.com/TLINDEN/Data-Validate-Struct repository: https://codeberg.org/scip/Data-Validate-Struct
version: 0.12 version: 0.12

View File

@@ -27,7 +27,7 @@ WriteMakefile(
test => { TESTS => 't/*.t' }, test => { TESTS => 't/*.t' },
'META_MERGE' => { 'META_MERGE' => {
resources => { resources => {
repository => 'https://github.com/TLINDEN/Data-Validate-Struct', repository => 'https://codeberg.org/scip/Data-Validate-Struct',
}, },
}, },

View File

@@ -408,7 +408,7 @@ ok(!$v4->validate({age => 'eight'}), "cache check first run, error");
ok($v4->validate({age => 8}), "cache check second run, no error"); ok($v4->validate({age => 8}), "cache check second run, no error");
# optional array, see: # optional array, see:
# https://github.com/TLINDEN/Data-Validate-Struct/issues/7 # https://codeberg.org/scip/Data-Validate-Struct/issues/7
my $ref5 = { my $ref5 = {
routers => [ { routers => [ {
stubs => [ { stubs => [ {