From 4d1078e73f5be319e079ec6f634f0ac7cc159c25 Mon Sep 17 00:00:00 2001 From: Graham Ollis Date: Sun, 22 Dec 2024 14:50:13 -0700 Subject: [PATCH] automatic migration: bump-2024 --- .gitattributes | 1 + .github/workflows/linux.yml | 8 ++++++-- .gitignore | 2 ++ .vscode/settings.json | 6 ++++++ dist.ini | 4 ++-- 5 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.gitattributes b/.gitattributes index 86ac29d..12f41d0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +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 a130d81..5a82bf6 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -18,9 +18,13 @@ jobs: matrix: cip: - env: ALIEN_INSTALL_TYPE=share - tag: "5.37" + tag: "5.41" - env: ALIEN_INSTALL_TYPE=share - tag: "5.36-fedora36" + tag: "5.40-fedora36" + - env: ALIEN_INSTALL_TYPE=share + tag: "5.40" + - env: ALIEN_INSTALL_TYPE=share + tag: "5.38" - env: ALIEN_INSTALL_TYPE=share tag: "5.36" - env: ALIEN_INSTALL_TYPE=share diff --git a/.gitignore b/.gitignore index 41661b5..8c5646c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ /Alien-help2man-* /.build *.swp +*.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 8f96ffa..3f47d5c 100644 --- a/dist.ini +++ b/dist.ini @@ -2,7 +2,7 @@ name = Alien-help2man author = Graham Ollis license = Perl_5 copyright_holder = Graham Ollis -copyright_year = 2017-2022 +copyright_year = 2017-2024 version = 0.01 [AlienBase::Doc] @@ -10,7 +10,7 @@ name=help2man type=tool [@Author::Plicease] -:version = 2.69 +:version = 2.79 release_tests = 1 test2_v0 = 1 installer = Author::Plicease::MakeMaker