From d914a0ed1ca1c79ddb38d2e5b2cdf9075cebec5e Mon Sep 17 00:00:00 2001 From: Graham Ollis Date: Sun, 22 Dec 2024 14:22:33 -0700 Subject: [PATCH] automatic migration: bump-2024 --- .gitattributes | 3 +-- .github/workflows/linux.yml | 4 +++- .gitignore | 5 ++++- .vscode/settings.json | 6 ++++++ dist.ini | 4 ++-- 5 files changed, 16 insertions(+), 6 deletions(-) create mode 100644 .vscode/settings.json 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 825b365..987620f 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -18,7 +18,9 @@ jobs: matrix: cip_tag: - static - - "5.37" + - "5.41" + - "5.40" + - "5.38" - "5.36" - "5.34" - "5.32" diff --git a/.gitignore b/.gitignore index e2d7b7f..0c6702a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,7 @@ Alien-WASI-libc-* /.build/ *.swp - +/Alien-WASI-libc-* +/.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 68d9d98..fca8513 100644 --- a/dist.ini +++ b/dist.ini @@ -2,13 +2,13 @@ name = Alien-WASI-libc author = Graham Ollis license = Perl_5 copyright_holder = Graham Ollis -copyright_year = 2020-2022 +copyright_year = 2020-2024 version = 0.01 ; authordep Alien::Build::Plugin::Build::Copy [@Author::Plicease] -:version = 2.69 +:version = 2.79 release_tests = 1 installer = Author::Plicease::MakeMaker github_user = perlwasm