Skip to content

Commit

Permalink
Add needed modules to build
Browse files Browse the repository at this point in the history
  • Loading branch information
johannaraisa committed Sep 2, 2021
1 parent 788d6c0 commit 62eb132
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Koha/Plugin/Fi/KohaSuomi/SMSSendLinkMobilityDriver/Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@ my $builder = Module::Build->new(
},
requires => {
'SMS::Send::Driver' => 0,
'Mojo::UserAgent' => 0,
'MIME::Base64' => 0,
'Mojo::JSON' => 0,
'Mojo::URL' => 0,
'POSIX' => 0,
'LWP::Curl' => 0,
'URI::Escape' => 0,
'Try::Tiny' => 0,
'Encode' => 0,
'Unicode::Normalize' => 0,
},
add_to_cleanup => [ 'SMS-Send-LinkMobility-Driver-*' ],
create_makefile_pl => 'traditional',
Expand Down

0 comments on commit 62eb132

Please sign in to comment.