Skip to content

Commit e76f554

Browse files
committed
automatic migration: bump-2024
1 parent dea7e2d commit e76f554

File tree

5 files changed

+20
-8
lines changed

5 files changed

+20
-8
lines changed

.gitattributes

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
*.pm linguist-language=Perl
22
*.t linguist-language=Perl
33
*.h linguist-language=C
4-
5-
4+
alienfile linguist-language=Perl

.github/workflows/linux.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,17 @@ jobs:
1919
cip:
2020
- tag: static
2121
install_type: default
22-
- tag: "5.37"
22+
- tag: "5.41"
2323
install_type: share
24-
- tag: "5.36"
24+
- tag: "5.40"
2525
install_type: share
26-
- tag: "5.36"
26+
- tag: "5.40"
2727
install_type: share
2828
env: ALIEN_WASMTIME_VERSION=dev
29+
- tag: "5.38"
30+
install_type: share
31+
- tag: "5.36"
32+
install_type: share
2933
- tag: "5.34"
3034
install_type: share
3135
- tag: "5.32"

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@ Alien-wasmtime-*
22
/.build/
33
*.swp
44

5-
5+
/Alien-wasmtime-*
6+
/.build
7+
*.old
8+
*.orig

.vscode/settings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"pls.perlcritic.perlcriticrc": "perlcriticrc",
3+
"pls.inc": [
4+
"$ROOT_PATH/lib"
5+
]
6+
}

dist.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ name = Alien-wasmtime
22
author = Graham Ollis <[email protected]>
33
license = Perl_5
44
copyright_holder = Graham Ollis
5-
copyright_year = 2020-2022
5+
copyright_year = 2020-2024
66
version = 0.17
77

88
; authordep Alien::Build::Plugin::Build::Copy
99

1010
[AlienBuild]
1111

1212
[@Author::Plicease]
13-
:version = 2.69
13+
:version = 2.79
1414
release_tests = 1
1515
installer = Author::Plicease::MakeMaker
1616
github_user = perlwasm

0 commit comments

Comments
 (0)