Skip to content

Commit 09dfe76

Browse files
authored
Merge pull request #5 from PerlAlien/migration/bump-2022
automatic migration: bump-2022
2 parents a4c6f66 + 20f209b commit 09dfe76

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

.github/workflows/cygwin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: egor-tensin/setup-cygwin@v3
4242
with:
4343
platform: x64
44-
packages: make perl gcc-core gcc-g++ pkg-config libcrypt-devel libssl-devel git
44+
packages: make perl gcc-core gcc-g++ pkg-config libcrypt-devel libssl-devel git libffi-devel libarchive-devel
4545

4646
- name: perl -V
4747
run: |

.github/workflows/linux.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
matrix:
1919
cip_tag:
2020
- static
21-
- "5.35"
21+
- "5.37"
22+
- "5.36"
2223
- "5.34"
2324
- "5.32"
2425
- "5.30"

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Set up Perl
2929
run: |
30-
brew install perl
30+
brew install perl libffi libarchive
3131
curl https://cpanmin.us | perl - App::cpanminus -n
3232
echo "/Users/runner/perl5/bin" >> $GITHUB_PATH
3333

.github/workflows/msys2-mingw.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
base-devel
4545
mingw-w64-x86_64-toolchain
4646
mingw-w64-x86_64-perl
47+
mingw-w64-x86_64-libffi
48+
mingw-w64-x86_64-libarchive
4749
4850
- name: perl -V
4951
run: |

dist.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name = Env-ShellWords
22
author = Graham Ollis <[email protected]>
33
license = Perl_5
44
copyright_holder = Graham Ollis
5-
copyright_year = 2017
5+
copyright_year = 2017-2022
66
version = 0.02
77

88
[@Author::Plicease]
9-
:version = 2.62
9+
:version = 2.69
1010
release_tests = 1
1111
installer = Author::Plicease::MakeMaker
1212
test2_v0 = 1

0 commit comments

Comments
 (0)