From acdc26142db3112becc42fe2e5c67147ed8a9fa7 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 17 Oct 2002 18:34:49 +0000 Subject: make new perl_checker happy: replacing PKG::f by PKG::f() --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/any.pm') diff --git a/perl-install/any.pm b/perl-install/any.pm index e25d047d9..de2f7ac93 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -173,7 +173,7 @@ sub setupBootloader { ), { label => _("Clean /tmp at each boot"), val => \$clean_tmp, type => 'bool', advanced => 1 }, { label => _("Precise RAM size if needed (found %d MB)", availableRamMB()), val => \$memsize, advanced => 1 }, - if_(detect_devices::isLaptop, + if_(detect_devices::isLaptop(), { label => _("Enable multi profiles"), val => \$profiles, type => 'bool', advanced => 1 }, ), ], -- cgit v1.2.1