From 814cb038a1642df5b047232a046210d475420354 Mon Sep 17 00:00:00 2001 From: Graham Ollis Date: Tue, 31 May 2022 10:34:00 -0600 Subject: [PATCH] automatic migration: bump-2022 --- .github/workflows/linux.yml | 8 ++++++-- .github/workflows/macos.yml | 2 +- dist.ini | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 12a8366..520d190 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.35" + tag: "5.37" - env: ALIEN_INSTALL_TYPE=system - tag: "5.35" + tag: "5.37" + - env: ALIEN_INSTALL_TYPE=share + tag: "5.36" + - env: ALIEN_INSTALL_TYPE=system + tag: "5.36" - env: ALIEN_INSTALL_TYPE=share tag: "5.34" - env: ALIEN_INSTALL_TYPE=system diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index d5e925c..3c4b0da 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -25,7 +25,7 @@ jobs: - name: Set up Perl run: | - brew install perl + brew install perl libffi libarchive curl https://cpanmin.us | perl - App::cpanminus -n echo "/Users/runner/perl5/bin" >> $GITHUB_PATH diff --git a/dist.ini b/dist.ini index d5fb24a..46f8c10 100644 --- a/dist.ini +++ b/dist.ini @@ -2,11 +2,11 @@ name = Alien-cmake3 author = Graham Ollis license = Perl_5 copyright_holder = Graham Ollis -copyright_year = 2017 +copyright_year = 2017-2022 version = 0.08 [@Author::Plicease] -:version = 2.54 +:version = 2.69 release_tests = 1 github_user = PerlAlien installer = Author::Plicease::MakeMaker