Skip to content

Commit

Permalink
Issue #371: removed unneeded dependency on List::Util::XS
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Aug 18, 2020
1 parent e1f5e88 commit 1cb8658
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
12 changes: 0 additions & 12 deletions bin/otobo.CheckModules.pl
Original file line number Diff line number Diff line change
Expand Up @@ -307,18 +307,6 @@
ports => 'security/p5-Digest-SHA'
},
},
{
Module => 'List::Util::XS',
Required => 1,
Comment =>
"Do a 'force install Scalar::Util' via cpan shell to fix this problem. Please make sure to have an c compiler and make installed before.",
InstTypes => {
aptget => 'libscalar-list-utils-perl',
emerge => 'perl-core/Scalar-List-Utils',
zypper => 'perl-Scalar-List-Utils',
ports => 'lang/p5-Scalar-List-Utils',
},
},
{
Module => 'LWP::UserAgent',
Required => 1,
Expand Down
3 changes: 0 additions & 3 deletions cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ requires 'DBI';

requires 'Digest::SHA';

# Do a 'force install Scalar::Util' via cpan shell to fix this problem. Please make sure to have an c compiler and make installed before.
requires 'List::Util::XS';

requires 'LWP::UserAgent';

# Required for random number generator.
Expand Down

0 comments on commit 1cb8658

Please sign in to comment.