diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-08-08 20:45:42 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-08-08 20:45:42 +0000 |
commit | 8a033d0d447ed808b8a3b7d62932fd3683ab40d7 (patch) | |
tree | ac96027b580fba895d695bc10e6154dc1b123d80 | |
parent | 48c0bd6bfb5051be54eaa8a103e6abbb043c8227 (diff) | |
download | drakx-8a033d0d447ed808b8a3b7d62932fd3683ab40d7.tar drakx-8a033d0d447ed808b8a3b7d62932fd3683ab40d7.tar.gz drakx-8a033d0d447ed808b8a3b7d62932fd3683ab40d7.tar.bz2 drakx-8a033d0d447ed808b8a3b7d62932fd3683ab40d7.tar.xz drakx-8a033d0d447ed808b8a3b7d62932fd3683ab40d7.zip |
typo
-rw-r--r-- | perl-install/install_steps.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index dcc858015..cef639702 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -2,7 +2,7 @@ package install_steps; # $Id$ use diagnostics; use strict; -use vars qw(@filesToSaveForUpgrade); +use vars qw(@filesToSaveForUpgrade @ISA); #-###################################################################################### #- misc imports |