diff --git a/.gitattributes b/.gitattributes index 54b1cad..12f41d0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,4 @@ *.pm linguist-language=Perl *.t linguist-language=Perl *.h linguist-language=C - - +alienfile linguist-language=Perl diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index e9aea87..a2bc071 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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" diff --git a/.gitignore b/.gitignore index 3da220c..75cf39a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,7 @@ Alien-wasmtime-* /.build/ *.swp - +/Alien-wasmtime-* +/.build +*.old +*.orig diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..578c5ee --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,6 @@ +{ + "pls.perlcritic.perlcriticrc": "perlcriticrc", + "pls.inc": [ + "$ROOT_PATH/lib" + ] +} diff --git a/dist.ini b/dist.ini index 1067189..2ef44bf 100644 --- a/dist.ini +++ b/dist.ini @@ -2,7 +2,7 @@ name = Alien-wasmtime author = Graham Ollis license = Perl_5 copyright_holder = Graham Ollis -copyright_year = 2020-2022 +copyright_year = 2020-2024 version = 0.17 ; authordep Alien::Build::Plugin::Build::Copy @@ -10,7 +10,7 @@ version = 0.17 [AlienBuild] [@Author::Plicease] -:version = 2.69 +:version = 2.79 release_tests = 1 installer = Author::Plicease::MakeMaker github_user = perlwasm