diff options
Diffstat (limited to 'perl-install/security/level.pm')
-rw-r--r-- | perl-install/security/level.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/security/level.pm b/perl-install/security/level.pm index b12caf19e..9b91067ff 100644 --- a/perl-install/security/level.pm +++ b/perl-install/security/level.pm @@ -3,7 +3,7 @@ package security::level; use strict; use common; use run_program; - +# perl_checker: require interactive sub level_list() { ( @@ -46,7 +46,7 @@ sub set { } sub level_choose { - my ($in, $security, $email) = @_; + my ($in, $security, $email) = @_; # perl_checker: $in = interactive->new my %help = ( 0 => N("This level is to be used with care, as it disables all additional security |