diff options
Diffstat (limited to 'perl-install/wizards.pm')
| -rw-r--r-- | perl-install/wizards.pm | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/perl-install/wizards.pm b/perl-install/wizards.pm index b0f03e340..b1c9c4516 100644 --- a/perl-install/wizards.pm +++ b/perl-install/wizards.pm @@ -1,13 +1,13 @@  package wizards; -# $Id: wizards.pm 230802 2007-10-04 13:36:01Z tv $  use strict;  use c;  use common; +# perl_checker: require interactive  =head1 NAME -wizards - a layer on top of interactive that ensure proper stepping +wizards - a layer on top of L<interactive> that ensure proper stepping  =head1 SYNOPSIS @@ -89,7 +89,7 @@ sub new {  sub check_rpm { -    my ($in, $rpms) = @_; +    my ($in, $rpms) = @_; # perl_checker: $in = interactive->new      foreach my $rpm (@$rpms) {          next if $in->do_pkgs->is_installed($rpm);          if ($in->ask_okcancel(N("Error"), N("%s is not installed\nClick \"Next\" to install or \"Cancel\" to quit", $rpm))) { | 
