diff --git a/bin/otobo.CheckModules.pl b/bin/otobo.CheckModules.pl index 51d151f625..512537aa8f 100755 --- a/bin/otobo.CheckModules.pl +++ b/bin/otobo.CheckModules.pl @@ -15,8 +15,10 @@ # along with this program. If not, see . # -- -use 5.024; +use strict; use warnings; +use v5.24; +use utf8; use File::Basename; use FindBin qw($RealBin); @@ -266,6 +268,17 @@ ports => 'archivers/p5-Archive-Zip', }, }, + { + Module => 'Const::Fast', + Required => 1, + VersionsNotSupported => , + InstTypes => { + aptget => 'libconst-fast-perl', + emerge => 'dev-perl/Const-Fast', + zypper => 'perl-Const-Fast', + ports => 'devel/p5-Const-Fast', + }, + }, { Module => 'Date::Format', Required => 1,