From 990265bd38aeccab96c09e5224256443016e33b5 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Thu, 9 Aug 2001 09:35:37 +0000 Subject: use vnew the right way everywhere --- perl-install/standalone/mousedrake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/mousedrake') diff --git a/perl-install/standalone/mousedrake b/perl-install/standalone/mousedrake index bc99d6ede..4bb6340d4 100755 --- a/perl-install/standalone/mousedrake +++ b/perl-install/standalone/mousedrake @@ -18,7 +18,7 @@ local $_ = join '', @ARGV; $::auto = /-auto/; $::testing = /-testing/; -my $in = vnew interactive('su', 'mouse'); +my $in = 'interactive'->vnew('su', 'mouse'); -r '/etc/modules.conf' and modules::mergein_conf('/etc/modules.conf'); -- cgit v1.2.1