Skip to content

Commit 609dc2b

Browse files
authored
Merge pull request #2 from Tamarou/perigrin-patch-1
Fix Missing Dependencies
2 parents 888260f + 2c0a542 commit 609dc2b

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/workflows/install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [ubuntu-latest, macos-latest, windows-latest]
16-
perl-version: ['5.38', '5.40']
16+
perl-version: ['5.36.3', '5.38', '5.40']
1717

1818
runs-on: ${{ matrix.os }}
1919
name: Perl ${{ matrix.perl-version }} on ${{ matrix.os }}

META.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
"File::Share" : "0",
3737
"Module::Build::Tiny" : "0",
3838
"builtin::Backport" : "0",
39+
"Feature::Compat::Try" :"0",
40+
"Feature::Compat::Class" : "0",
3941
"perl" : "v5.36.3"
4042
}
4143
}

META.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ requires:
109109
File::Share: '0'
110110
Module::Build::Tiny: '0'
111111
builtin::Backport: '0'
112+
Feature::Compat::Try: '0'
113+
Feature::Compat::Class: '0'
112114
perl: v5.36.3
113115
version: '0.03'
114116
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'

0 commit comments

Comments
 (0)