From 96272036dfa572fe6f9bede6cdf983503c828851 Mon Sep 17 00:00:00 2001 From: Graham Ollis Date: Sun, 22 Dec 2024 12:01:20 -0700 Subject: [PATCH 1/2] automatic migration: bump-2024 --- .gitignore | 5 ++++- .vscode/settings.json | 6 ++++++ README.md | 2 +- dist.ini | 4 ++-- 4 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index 3ad4c85..26967e1 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,7 @@ XOR-* /.build/ *.swp - +/XOR-* +/.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/README.md b/README.md index 633f965..147b962 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Graham Ollis # COPYRIGHT AND LICENSE -This software is copyright (c) 2022 by Graham Ollis. +This software is copyright (c) 2022-2024 by Graham Ollis. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff --git a/dist.ini b/dist.ini index 8edab35..d4f2a67 100644 --- a/dist.ini +++ b/dist.ini @@ -2,11 +2,11 @@ name = XOR author = Graham Ollis license = Perl_5 copyright_holder = Graham Ollis -copyright_year = 2022 +copyright_year = 2022-2024 version = 0.08 [@Author::Plicease] -:version = 2.71 +:version = 2.79 release_tests = 1 installer = Author::Plicease::MakeMaker github_user = uperl From 15643ca86582d25b364802d69423ec6f92a22ce7 Mon Sep 17 00:00:00 2001 From: Graham Ollis Date: Sun, 22 Dec 2024 16:25:43 -0700 Subject: [PATCH 2/2] bump perl --- .github/workflows/linux.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 698ee73..2624aea 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -17,7 +17,10 @@ jobs: fail-fast: false matrix: cip_tag: - - "5.35" + - "5.41" + - "5.40" + - "5.38" + - "5.36" - "5.34" - "5.32" - "5.30"