From 9555bb791920e8feace953f90cf908e864451b59 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 8 Jul 2002 07:45:08 +0000 Subject: various cleanups: - move all harddrake modules to harddrake namespace - replace two use by require so that it's not done at compil time but at runtime - there was a missing $ in harddrake::ui.pm --- perl-install/standalone/harddrake2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/harddrake2') diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2 index a23f1e743..da3d09588 100755 --- a/perl-install/standalone/harddrake2 +++ b/perl-install/standalone/harddrake2 @@ -4,4 +4,4 @@ use strict; use lib qw(/usr/lib/libDrakX); use harddrake::ui; -ui->run; +harddrake::ui->run; -- cgit v1.2.1