Skip to content

Commit

Permalink
Issue #3476: add OS packages for Test2::Harness
Browse files Browse the repository at this point in the history
only for aptget and ports. Could not find packages for the other OS.
  • Loading branch information
bschmalhofer committed Jun 12, 2024
1 parent bf560b9 commit c4d5213
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions bin/otobo.CheckModules.pl
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ =head1 DESCRIPTION
SubCMD => 'perl(%s)',
UseModule => 1,
},

# for a Perl package list see https://packagehub.suse.com/package-categories/perl/
zypper => {
CMD => 'zypper install %s',
UseModule => 0,
Expand Down Expand Up @@ -1076,10 +1078,11 @@ =head1 DESCRIPTION
Features => ['devel:test'],
Comment => 'an alternative test runner',
InstTypes => {
aptget => undef,
aptget => 'libtest2-harness-perl',
emerge => undef,
yum => 'perl-Test2-Harness',
zypper => undef,
ports => undef,
ports => 'devel/p5-Test2-Harness',
},
},
{
Expand Down

0 comments on commit c4d5213

Please sign in to comment.