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 #11

Open
wants to merge 1 commit 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
22 changes: 14 additions & 8 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,35 +17,41 @@ jobs:
fail-fast: false
matrix:
cip:
- tag: "5.37"
- tag: "5.41"
packages: Alien::Autotools Alien::Build::Plugin::Build::CMake Alien::cmake3
cache: 3
- tag: "5.36"
- tag: "5.40"
packages: Alien::Autotools Alien::Build::Plugin::Build::CMake Alien::cmake3
cache: 3
- tag: "5.36"
- tag: "5.40"
packages: Alien::Autotools Alien::Build::Plugin::Build::CMake Alien::cmake3
env: ALIEN_DOWNLOAD_RULE=warn
cache: 3
- tag: "5.36"
- tag: "5.40"
packages: Alien::Autotools Alien::Build::Plugin::Build::CMake Alien::cmake3
env: ALIEN_DOWNLOAD_RULE=digest
cache: 3
- tag: "5.36"
- tag: "5.40"
packages: Alien::Autotools Alien::Build::Plugin::Build::CMake Alien::cmake3
env: ALIEN_DOWNLOAD_RULE=encrypt
cache: 3
- tag: "5.36"
- tag: "5.40"
packages: Alien::Autotools Alien::Build::Plugin::Build::CMake Alien::cmake3
env: ALIEN_DOWNLOAD_RULE=digest_or_encrypt
cache: 3
- tag: "5.36"
- tag: "5.40"
packages: Alien::Autotools Alien::Build::Plugin::Build::CMake Alien::cmake3
env: ALIEN_DOWNLOAD_RULE=digest_and_encrypt
cache: 3
- tag: "5.36"
- tag: "5.40"
packages: ''
cache: 4
- tag: "5.38"
packages: Alien::Autotools Alien::Build::Plugin::Build::CMake Alien::cmake3
cache: 3
- tag: "5.36"
packages: Alien::Autotools Alien::Build::Plugin::Build::CMake Alien::cmake3
cache: 3
- tag: "5.34"
packages: Alien::Autotools Alien::Build::Plugin::Build::CMake Alien::cmake3
cache: 3
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
/.build
/.tmp
*.swp
*.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 dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name = Alien-Role-Dino
author = Graham Ollis <plicease@cpan.org>
license = Perl_5
copyright_holder = Graham Ollis
copyright_year = 2017-2022
copyright_year = 2017-2024
version = 0.08

[@Author::Plicease]
:version = 2.69
:version = 2.79
release_tests = 1
installer = Author::Plicease::MakeMaker
test2_v0 = 1
Expand Down
Loading