From ceab3d4c4eab479cda1fa44524efae520dcffb2b Mon Sep 17 00:00:00 2001 From: Graham Ollis Date: Sun, 22 Dec 2024 14:59:16 -0700 Subject: [PATCH 1/2] automatic migration: bump-2024 --- .github/workflows/linux.yml | 4 +++- .gitignore | 4 ++++ .vscode/settings.json | 6 ++++++ dist.ini | 4 ++-- 4 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 50ccc93..b18fbbd 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -17,7 +17,9 @@ jobs: fail-fast: false matrix: cip_tag: - - "5.37" + - "5.41" + - "5.40" + - "5.38" - "5.36" - "5.34" - "5.32" diff --git a/.gitignore b/.gitignore index 050719e..51a6481 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,7 @@ Dist-Zilla-MintingProfile-AlienBuild-* /.build/ *.swp /.tmp +/Dist-Zilla-MintingProfile-AlienBuild-* +/.build +*.old +*.orig diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..578c5ee --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,6 @@ +{ + "pls.perlcritic.perlcriticrc": "perlcriticrc", + "pls.inc": [ + "$ROOT_PATH/lib" + ] +} diff --git a/dist.ini b/dist.ini index f401d9c..146268e 100644 --- a/dist.ini +++ b/dist.ini @@ -2,11 +2,11 @@ name = Dist-Zilla-MintingProfile-AlienBuild author = Graham Ollis license = Perl_5 copyright_holder = Graham Ollis -copyright_year = 2021-2022 +copyright_year = 2021-2024 version = 0.07 [@Author::Plicease] -:version = 2.69 +:version = 2.79 release_tests = 1 installer = Author::Plicease::MakeMaker github_user = PerlAlien From a2ddb5fad966e554a20b4dd434f27a02edb67d33 Mon Sep 17 00:00:00 2001 From: Graham Ollis Date: Tue, 24 Dec 2024 15:00:24 -0700 Subject: [PATCH 2/2] pre-install Mozilla::CA --- maint/cip-before-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maint/cip-before-install b/maint/cip-before-install index c67d9a7..f885cdc 100755 --- a/maint/cip-before-install +++ b/maint/cip-before-install @@ -4,4 +4,4 @@ set -ex cip sudo apt-get update cip sudo apt-get install libffi-dev libarchive-dev cmake -cip exec cpanm -n Sort::Versions Alien::cmake3 +cip exec cpanm -n Sort::Versions Alien::cmake3 Mozilla::CA