mirror of
https://codeberg.org/scip/Config-General.git
synced 2025-12-16 20:21:01 +01:00
move to codeberg (#7)
This commit is contained in:
18
.woodpecker/build.yaml
Normal file
18
.woodpecker/build.yaml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
matrix:
|
||||||
|
include:
|
||||||
|
- image: perl:5.22.4-stretch
|
||||||
|
- image: perl:5.36.0-slim-bullseye
|
||||||
|
- image: perl:5.38.0-slim-bookworm
|
||||||
|
- image: perl:5.40.0-slim-bookworm
|
||||||
|
- image: perl:5.42.0-slim-bookworm
|
||||||
|
- image: perl:5.43.5-slim-bookworm
|
||||||
|
|
||||||
|
steps:
|
||||||
|
test:
|
||||||
|
when:
|
||||||
|
event: [push]
|
||||||
|
image: ${image}
|
||||||
|
commands:
|
||||||
|
- perl Makefile.PL
|
||||||
|
- make
|
||||||
|
- make test
|
||||||
@@ -1,13 +1,13 @@
|
|||||||
2.67 - fix github.com/TLINDEN/Config-General/issues/5:
|
2.67 - fix codeberg.org/scip/Config-General/issues/5:
|
||||||
fixing tests (add missing file to dist tarball) contributed
|
fixing tests (add missing file to dist tarball) contributed
|
||||||
by @paulwalrath.
|
by @paulwalrath.
|
||||||
- created gitignore file.
|
- created gitignore file.
|
||||||
|
|
||||||
2.66 - fix github.com/TLINDEN/Config-General/issues/1:
|
2.66 - fix codeberg.org/scip/Config-General/issues/1:
|
||||||
add support to quote values containing whitespace using the
|
add support to quote values containing whitespace using the
|
||||||
new flag -AlwaysQuoteOutput.
|
new flag -AlwaysQuoteOutput.
|
||||||
|
|
||||||
- apply patch by @haarg github.com/TLINDEN/Config-General/pull/2:
|
- apply patch by @haarg codeberg.org/scip/Config-General/pull/2:
|
||||||
fix exporter setup, use "our" where appropriate.
|
fix exporter setup, use "our" where appropriate.
|
||||||
|
|
||||||
2.65 - fix rt.cpan.org#132893: clarified license, now licensed
|
2.65 - fix rt.cpan.org#132893: clarified license, now licensed
|
||||||
@@ -25,7 +25,7 @@
|
|||||||
- the Catalyst folks who hosted the source of this module
|
- the Catalyst folks who hosted the source of this module
|
||||||
closed or moved the repository, I have not been informed and
|
closed or moved the repository, I have not been informed and
|
||||||
have therefore lost all history of the module. So I moved
|
have therefore lost all history of the module. So I moved
|
||||||
to github (https://github.com/TLINDEN/Config-General).
|
to github (https://codeberg.org/scip/Config-General).
|
||||||
Thanks for nothing, Catalyst.
|
Thanks for nothing, Catalyst.
|
||||||
|
|
||||||
2.63 - fix for rt.cpan.org#116340: do only consider a backslash
|
2.63 - fix for rt.cpan.org#116340: do only consider a backslash
|
||||||
|
|||||||
@@ -42,7 +42,7 @@
|
|||||||
"release_status" : "stable",
|
"release_status" : "stable",
|
||||||
"resources" : {
|
"resources" : {
|
||||||
"repository" : {
|
"repository" : {
|
||||||
"url" : "https://github.com/TLINDEN/Config-General"
|
"url" : "https://codeberg.org/scip/Config-General"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version" : "2.67"
|
"version" : "2.67"
|
||||||
|
|||||||
2
META.yml
2
META.yml
@@ -23,5 +23,5 @@ requires:
|
|||||||
FileHandle: 0
|
FileHandle: 0
|
||||||
IO::File: 0
|
IO::File: 0
|
||||||
resources:
|
resources:
|
||||||
repository: https://github.com/TLINDEN/Config-General
|
repository: https://codeberg.org/scip/Config-General
|
||||||
version: 2.65
|
version: 2.65
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ WriteMakefile(
|
|||||||
},
|
},
|
||||||
'META_MERGE' => {
|
'META_MERGE' => {
|
||||||
resources => {
|
resources => {
|
||||||
repository => 'https://github.com/TLINDEN/Config-General'
|
repository => 'https://codeberg.org/scip/Config-General'
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
($ExtUtils::MakeMaker::VERSION ge '6.31'?
|
($ExtUtils::MakeMaker::VERSION ge '6.31'?
|
||||||
|
|||||||
Reference in New Issue
Block a user