Skip to content

Commit

Permalink
automatic migration: bump-2024
Browse files Browse the repository at this point in the history
  • Loading branch information
plicease committed Dec 22, 2024
1 parent 4809264 commit da2d18f
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 11 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,27 @@ jobs:
matrix:
cip:
- tag: "static"
- tag: "5.37"
- tag: "5.41"

- tag: "5.36"
- tag: "5.40"
env: ALIEN_DOWNLOAD_RULE=warn
- tag: "5.36"
- tag: "5.40"
env: ALIEN_DOWNLOAD_RULE=default
- tag: "5.36"
- tag: "5.40"
env: ALIEN_DOWNLOAD_RULE=digest
- tag: "5.36"
- tag: "5.40"
env: ALIEN_DOWNLOAD_RULE=encrypt
- tag: "5.36"
- tag: "5.40"
env: ALIEN_DOWNLOAD_RULE=digest_or_encrypt
- tag: "5.36"
- tag: "5.40"
env: ALIEN_DOWNLOAD_RULE=digest_and_encrypt
- tag: "5.36"
- tag: "5.40"
env: ALIEN_INSTALL_NETWORK=0
- tag: "5.36"
- tag: "5.40"
env: ALIEN_INSTALL_NETWORK=1

- tag: "5.38"
- tag: "5.36"
- tag: "5.34"
- tag: "5.32"
- tag: "5.30"
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@
*.swp
.DS_Store
*.bak
/.build
*.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 @@ -3,11 +3,11 @@ author = Graham Ollis <plicease@cpan.org>
author = Joel A Berger <joel.a.berger@gmail.com>
license = Perl_5
copyright_holder = Joel A Berger
copyright_year = 2012-2022
copyright_year = 2012-2024
version = 1.17

[@Author::Plicease]
:version = 2.69
:version = 2.79
release_tests = 1
github_user = PerlAlien
installer = ModuleBuild
Expand Down

0 comments on commit da2d18f

Please sign in to comment.