From d1d368f30e9ad2a51d093e47dd85074e325990c6 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 22 Feb 2001 01:34:27 +0000 Subject: $graphical is now a module variable. Can be changed from everywhere --- perl-install/install_steps_auto_install.pm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'perl-install') 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) = @_; -- cgit v1.2.1