File tree 4 files changed +10
-1
lines changed
4 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 13
13
fail-fast : true
14
14
matrix :
15
15
perl-version :
16
- # - '5.32'
16
+ - ' 5.32'
17
17
# - '5.30'
18
18
# - '5.28'
19
19
# - '5.26'
Original file line number Diff line number Diff line change 26
26
"prereqs" : {
27
27
"configure" : {
28
28
"requires" : {
29
+ "Alien::Base::Wrapper" : " 0" ,
30
+ "Alien::Sodium" : " 2.00" ,
29
31
"ExtUtils::MakeMaker" : " 0" ,
30
32
"FFI::Build::MM" : " 0.83" ,
31
33
"perl" : " 5.008"
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ my %WriteMakefileArgs = (
11
11
" ABSTRACT" => " FFI implementation of libsodium" ,
12
12
" AUTHOR" => " Chase Whitener <capoeirab\@ cpan.org>" ,
13
13
" CONFIGURE_REQUIRES" => {
14
+ " Alien::Base::Wrapper" => 0,
15
+ " Alien::Sodium" => " 2.00" ,
14
16
" ExtUtils::MakeMaker" => 0,
15
17
" FFI::Build::MM" => " 0.83"
16
18
},
Original file line number Diff line number Diff line change
1
+ on ' configure' => sub {
2
+ requires ' Alien::Base::Wrapper' ;
3
+ requires ' Alien::Sodium' => ' 2.00' ;
4
+ };
5
+
1
6
on ' runtime' => sub {
2
7
requires ' strict' ;
3
8
requires ' warnings' ;
You can’t perform that action at this time.
0 commit comments