From 8a033d0d447ed808b8a3b7d62932fd3683ab40d7 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 8 Aug 2001 20:45:42 +0000 Subject: typo --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') 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 -- cgit v1.2.1