Skip to content

Commit

Permalink
Issue #219: add Unicode::Collate::Locale as a dependency
Browse files Browse the repository at this point in the history
Package only for yum
  • Loading branch information
bschmalhofer committed Jul 20, 2020
1 parent e767099 commit 4840e57
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions bin/otobo.CheckModules.pl
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,16 @@
ports => 'textproc/p5-YAML-LibYAML',
},
},
{
Module => 'Unicode::Collate::Locale',
Required => 1,
Comment => 'For internationalised sorting',
InstTypes => {
# This is a core Perl module which should be available on most distributions.
# Redhat seems to be an exception. See https://github.com/RotherOSS/otobo/issues/219
yum => 'perl-Unicode-Collate',
},
},

# Feature db
{
Expand Down
3 changes: 3 additions & 0 deletions cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ requires 'XML::LibXML';
# Required for fast YAML processing.
requires 'YAML::XS';

# For internationalised sorting
requires 'Unicode::Collate::Locale';


feature 'apache:mod_perl', 'Suppport for apache:mod_perl' => sub {
# Improves Performance on Apache webservers dramatically.
Expand Down

0 comments on commit 4840e57

Please sign in to comment.