From 6780926e3315c989d61044e4c71e3fee4ad73a2f Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sun, 10 Nov 2002 22:46:28 +0000 Subject: ensure "common" is imported to have N() --- perl-install/bootlook.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/bootlook.pm') diff --git a/perl-install/bootlook.pm b/perl-install/bootlook.pm index 1b8707826..b49cfe924 100644 --- a/perl-install/bootlook.pm +++ b/perl-install/bootlook.pm @@ -20,7 +20,7 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -use MDK::Common; +use common; use Gtk; use Gtk::Gdk::Pixbuf; use Config; -- cgit v1.2.1