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 dea7e2d commit 94e6dda
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
*.pm linguist-language=Perl
*.t linguist-language=Perl
*.h linguist-language=C


alienfile linguist-language=Perl
10 changes: 7 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,17 @@ jobs:
cip:
- tag: static
install_type: default
- tag: "5.37"
- tag: "5.41"
install_type: share
- tag: "5.36"
- tag: "5.40"
install_type: share
- tag: "5.36"
- tag: "5.40"
install_type: share
env: ALIEN_WASMTIME_VERSION=dev
- tag: "5.38"
install_type: share
- tag: "5.36"
install_type: share
- tag: "5.34"
install_type: share
- tag: "5.32"
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ Alien-wasmtime-*
/.build/
*.swp


/Alien-wasmtime-*
/.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 @@ -2,15 +2,15 @@ name = Alien-wasmtime
author = Graham Ollis <plicease@cpan.org>
license = Perl_5
copyright_holder = Graham Ollis
copyright_year = 2020-2022
copyright_year = 2020-2024
version = 0.17

; authordep Alien::Build::Plugin::Build::Copy

[AlienBuild]

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

0 comments on commit 94e6dda

Please sign in to comment.