diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 2e81c43..d844fc7 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -18,7 +18,9 @@ jobs: matrix: cip: - tag: "static" - - tag: "5.37" + - tag: "5.41" + - tag: "5.40" + - tag: "5.38" - tag: "5.36" - tag: "5.34" - tag: "5.32" diff --git a/.gitignore b/.gitignore index 7f920a1..4a6ef33 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ /Alien-* /.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 33ce81b..51db475 100644 --- a/dist.ini +++ b/dist.ini @@ -3,11 +3,11 @@ author = Arthur Bergman author = Graham Ollis license = Perl_5 copyright_holder = Arthur Bergman -copyright_year = 2003-2022 +copyright_year = 2003-2024 version = 0.96 [@Author::Plicease] -:version = 2.69 +:version = 2.79 release_tests = 1 github_user = PerlAlien github_repo = Alien