From 422d63b7ef2d8e8b240cf84816eaf15e32cb3d20 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 8 Aug 2001 20:10:26 +0000 Subject: makes interactive_pkgs stuff work --- perl-install/install_any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_any.pm') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 5babb5bd5..896d535b5 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -966,7 +966,7 @@ use run_program; use common; use pkgs; -sub interactive::do_pkgs { +sub install_steps::do_pkgs { my ($o) = @_; bless { o => $o }, 'interactive_pkgs'; } -- cgit v1.2.1