summaryrefslogtreecommitdiffstats
path: root/perl-install/raid.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/raid.pm')
-rw-r--r--perl-install/raid.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/raid.pm b/perl-install/raid.pm
index cc06411e1..5f779a444 100644
--- a/perl-install/raid.pm
+++ b/perl-install/raid.pm
@@ -16,7 +16,8 @@ use modules;
sub max_nb() { 31 }
sub check_prog {
- my ($in) = @_;
+ # perl_checker: require interactive
+ my ($in) = @_; # perl_checker: $in = interactive->new
$::prefix ? whereis_binary('mdadm') : $in->do_pkgs->ensure_binary_is_installed('mdadm', 'mdadm');
}