From 27968886bf2586682cb1a6f45eb8b485dc6a4257 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 1 Dec 1999 08:53:47 +0000 Subject: no_comment --- perl-install/interactive.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/interactive.pm') diff --git a/perl-install/interactive.pm b/perl-install/interactive.pm index a71f27197..dd92bd004 100644 --- a/perl-install/interactive.pm +++ b/perl-install/interactive.pm @@ -40,12 +40,12 @@ sub new($) { sub vnew { if (c::Xtest($ENV{DISPLAY} ||= ":0")) { - require 'interactive_gtk.pm'; + require interactive_gtk; interactive_gtk->new; } else { undef *log::l; *log::l = sub {}; # otherwise, it will bother us :( - require 'interactive_newt.pm'; + require interactive_newt; interactive_newt->new; } } -- cgit v1.2.1