File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 44
44
shell : bash
45
45
run : |
46
46
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
48
48
- name : Make distribution
49
49
shell : bash
50
50
run : |
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ my $build = Alien::Build::MB->new(
12
12
' Module::Build' => 0,
13
13
' Alien::Build' => 0,
14
14
' Alien::Build::MB' => 0,
15
+ ' Alien::Build::Plugin::Download::GitHub' => 0,
16
+ ' Software::License' => 0,
15
17
},
16
18
build_requires => {
17
19
' Alien::Build::MB' => 0,
@@ -46,6 +48,10 @@ my $build = Alien::Build::MB->new(
46
48
develop => {
47
49
requires => {
48
50
' Software::License' => 0,
51
+ ' Alien::Build' => 0,
52
+ ' Module::Build' => 0,
53
+ ' Alien::Build::MB' => 0,
54
+ ' Alien::Build::Plugin::Download::GitHub' => 0,
49
55
},
50
56
},
51
57
},
You can’t perform that action at this time.
0 commit comments