Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

automatic migration: bump-2024 #423

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 13 additions & 11 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,37 +18,39 @@ jobs:
matrix:
cip:
- alien_build_install_extra: 1
tag: "5.39"
tag: "5.41"
- alien_build_install_extra: 1
env: ALIEN_BUILD_LIVE_TEST=1
tag: "5.38-alpine3.16"
tag: "5.40-alpine3.16"
- alien_build_install_extra: 1
env: ALIEN_BUILD_LIVE_TEST=1
tag: "5.38-bionic"
tag: "5.40-bionic"
- alien_build_install_extra: 1
env: ALIEN_BUILD_LIVE_TEST=1
tag: "5.38-fedora36"
tag: "5.40-fedora36"
- alien_build_install_extra: 0
env: ALIEN_BUILD_LIVE_TEST=0
tag: "5.38-bullseye"
tag: "5.40-bullseye"
- alien_build_install_extra: 1
env: ALIEN_BUILD_LIVE_TEST=1
tag: "5.38-bullseye"
tag: "5.40-bullseye"
- alien_build_install_extra: 1
env: ALIEN_DOWNLOAD_RULE=warn
tag: "5.38"
tag: "5.40"
- alien_build_install_extra: 1
env: ALIEN_DOWNLOAD_RULE=digest
tag: "5.38"
tag: "5.40"
- alien_build_install_extra: 1
env: ALIEN_DOWNLOAD_RULE=encrypt
tag: "5.38"
tag: "5.40"
- alien_build_install_extra: 1
env: ALIEN_DOWNLOAD_RULE=digest_or_encrypt
tag: "5.38"
tag: "5.40"
- alien_build_install_extra: 1
env: ALIEN_DOWNLOAD_RULE=digest_and_encrypt
tag: "5.38"
tag: "5.40"
- alien_build_install_extra: 1
tag: "5.40"
- alien_build_install_extra: 1
tag: "5.38"
- alien_build_install_extra: 1
Expand Down
84 changes: 0 additions & 84 deletions .github/workflows/msys2-mingw.yml

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@
/test-logs/
/.tmp/
*.old
*.orig
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"pls.perlcritic.perlcriticrc": "perlcriticrc",
"pls.inc": [
"$ROOT_PATH/lib"
]
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Alien::Build ![static](https://github.com/PerlAlien/Alien-Build/workflows/static/badge.svg) ![linux](https://github.com/PerlAlien/Alien-Build/workflows/linux/badge.svg) ![macos](https://github.com/PerlAlien/Alien-Build/workflows/macos/badge.svg) ![windows](https://github.com/PerlAlien/Alien-Build/workflows/windows/badge.svg) ![msys2-mingw](https://github.com/PerlAlien/Alien-Build/workflows/msys2-mingw/badge.svg)
# Alien::Build ![static](https://github.com/PerlAlien/Alien-Build/workflows/static/badge.svg) ![linux](https://github.com/PerlAlien/Alien-Build/workflows/linux/badge.svg) ![macos](https://github.com/PerlAlien/Alien-Build/workflows/macos/badge.svg) ![windows](https://github.com/PerlAlien/Alien-Build/workflows/windows/badge.svg)

Build external dependencies for use in CPAN

Expand Down Expand Up @@ -1294,7 +1294,7 @@ Florian Weimer

# COPYRIGHT AND LICENSE

This software is copyright (c) 2011-2022 by Graham Ollis.
This software is copyright (c) 2011-2024 by Graham Ollis.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
5 changes: 2 additions & 3 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ author = Graham Ollis <[email protected]>
author = Joel Berger <[email protected]>
license = Perl_5
copyright_holder = Graham Ollis
copyright_year = 2011-2022
copyright_year = 2011-2024
version = 2.84

[@Author::Plicease]
:version = 2.75
:version = 2.79
release_tests = 1
installer = Author::Plicease::MakeMaker
github_user = PerlAlien
Expand All @@ -23,7 +23,6 @@ workflow = static
workflow = linux
workflow = macos
workflow = windows
workflow = msys2-mingw

preamble = | require './inc/probebad.pl';

Expand Down
Loading