Skip to content

Commit 5d241f7

Browse files
committedDec 23, 2024
adding missing dependency
1 parent bda9254 commit 5d241f7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
shell: bash
4545
run: |
4646
eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)
47-
cpanm -n Module::Build Alien::Build Alien::Build::MB Software::License
47+
cpanm -n Module::Build Alien::Build Alien::Build::MB Software::License Alien::Build::Plugin::Download::GitHub
4848
- name: Make distribution
4949
shell: bash
5050
run: |

‎Build.PL

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ my $build = Alien::Build::MB->new(
1212
'Module::Build' => 0,
1313
'Alien::Build' => 0,
1414
'Alien::Build::MB' => 0,
15+
'Alien::Build::Plugin::Download::GitHub' => 0,
16+
'Software::License' => 0,
1517
},
1618
build_requires => {
1719
'Alien::Build::MB' => 0,
@@ -46,6 +48,10 @@ my $build = Alien::Build::MB->new(
4648
develop => {
4749
requires => {
4850
'Software::License' => 0,
51+
'Alien::Build' => 0,
52+
'Module::Build' => 0,
53+
'Alien::Build::MB' => 0,
54+
'Alien::Build::Plugin::Download::GitHub' => 0,
4955
},
5056
},
5157
},

0 commit comments

Comments
 (0)