Skip to content

Commit

Permalink
Issue #449: require Const::Fast
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Oct 22, 2020
1 parent b37302a commit 8031cfc
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion bin/otobo.CheckModules.pl
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
# --

use 5.024;
use strict;
use warnings;
use v5.24;
use utf8;

use File::Basename;
use FindBin qw($RealBin);
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 8031cfc

Please sign in to comment.