summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_auto_install.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-02-22 01:34:27 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-02-22 01:34:27 +0000
commitd1d368f30e9ad2a51d093e47dd85074e325990c6 (patch)
tree7363453a05e5d629591b9e562d943e1645630803 /perl-install/install_steps_auto_install.pm
parentb54932b13d5a21de48e68692d35724d5929f48af (diff)
downloaddrakx-backup-do-not-use-d1d368f30e9ad2a51d093e47dd85074e325990c6.tar
drakx-backup-do-not-use-d1d368f30e9ad2a51d093e47dd85074e325990c6.tar.gz
drakx-backup-do-not-use-d1d368f30e9ad2a51d093e47dd85074e325990c6.tar.bz2
drakx-backup-do-not-use-d1d368f30e9ad2a51d093e47dd85074e325990c6.tar.xz
drakx-backup-do-not-use-d1d368f30e9ad2a51d093e47dd85074e325990c6.zip
$graphical is now a module variable. Can be changed from everywhere
Diffstat (limited to 'perl-install/install_steps_auto_install.pm')
-rw-r--r--perl-install/install_steps_auto_install.pm4
1 files changed, 1 insertions, 3 deletions
diff --git a/perl-install/install_steps_auto_install.pm b/perl-install/install_steps_auto_install.pm
index c3bc5762e..9eae1794d 100644
--- a/perl-install/install_steps_auto_install.pm
+++ b/perl-install/install_steps_auto_install.pm
@@ -3,7 +3,7 @@ package install_steps_auto_install; # $Id$
use diagnostics;
use strict;
use lang;
-use vars qw(@ISA);
+use vars qw(@ISA $graphical);
@ISA = qw(install_steps);
@@ -17,8 +17,6 @@ use common qw(:common :functional);
use install_steps;
use log;
-my $graphical = 0;
-
sub new {
my ($type, $o) = @_;