From 77a0958d6be2f124af01a7c3f8dd021b49c30e5d Mon Sep 17 00:00:00 2001 From: Graham Ollis Date: Sun, 22 Dec 2024 14:26:51 -0700 Subject: [PATCH] automatic migration: bump-2024 --- .github/workflows/linux.yml | 4 +++- .gitignore | 2 ++ .vscode/settings.json | 6 ++++++ dist.ini | 4 ++-- 4 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 4e36a98..9b678a6 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -17,7 +17,9 @@ jobs: fail-fast: false matrix: cip_tag: - - "5.37" + - "5.41" + - "5.40" + - "5.38" - "5.36" - "5.34" - "5.32" diff --git a/.gitignore b/.gitignore index 704f44b..4e5fb4a 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ /share/lib/ /share/build.log /.tmp +*.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 526cb32..34d7ebd 100644 --- a/dist.ini +++ b/dist.ini @@ -2,11 +2,11 @@ name = FFI-TinyCC author = Graham Ollis license = Perl_5 copyright_holder = Graham Ollis -copyright_year = 2015-2022 +copyright_year = 2015-2024 version = 0.30 [@Author::Plicease] -:version = 2.69 +:version = 2.79 release_tests = 1 installer = ModuleBuild irc = irc://irc.perl.org/#native