From 14e55606ac0e99627b85a40119d24edc88c9e226 Mon Sep 17 00:00:00 2001 From: "T. von Dein" Date: Tue, 9 Dec 2025 21:30:19 +0100 Subject: [PATCH] move to codeberg (#7) --- .woodpecker/build.yaml | 18 ++++++++++++++++++ Changelog | 8 ++++---- META.json | 2 +- META.yml | 2 +- Makefile.PL | 2 +- 5 files changed, 25 insertions(+), 7 deletions(-) create mode 100644 .woodpecker/build.yaml diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml new file mode 100644 index 0000000..df29bc8 --- /dev/null +++ b/.woodpecker/build.yaml @@ -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 diff --git a/Changelog b/Changelog index bdbadc3..0e73b0a 100644 --- a/Changelog +++ b/Changelog @@ -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 by @paulwalrath. - 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 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. 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 closed or moved the repository, I have not been informed and 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. 2.63 - fix for rt.cpan.org#116340: do only consider a backslash diff --git a/META.json b/META.json index d3527f8..d16751e 100644 --- a/META.json +++ b/META.json @@ -42,7 +42,7 @@ "release_status" : "stable", "resources" : { "repository" : { - "url" : "https://github.com/TLINDEN/Config-General" + "url" : "https://codeberg.org/scip/Config-General" } }, "version" : "2.67" diff --git a/META.yml b/META.yml index fdd1587..6885c6e 100644 --- a/META.yml +++ b/META.yml @@ -23,5 +23,5 @@ requires: FileHandle: 0 IO::File: 0 resources: - repository: https://github.com/TLINDEN/Config-General + repository: https://codeberg.org/scip/Config-General version: 2.65 diff --git a/Makefile.PL b/Makefile.PL index ee6251b..a5c91c7 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -22,7 +22,7 @@ WriteMakefile( }, 'META_MERGE' => { resources => { - repository => 'https://github.com/TLINDEN/Config-General' + repository => 'https://codeberg.org/scip/Config-General' }, }, ($ExtUtils::MakeMaker::VERSION ge '6.31'?