From c3bca0d4e81c9f38c3b3efd486640f03b1019c48 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 25 Jul 2002 11:18:21 +0000 Subject: noreturn is now exported, no need to MDK::Common::Various::noreturn() --- perl-install/fs.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/fs.pm b/perl-install/fs.pm index 10da0e72c..a8789c6f3 100644 --- a/perl-install/fs.pm +++ b/perl-install/fs.pm @@ -374,7 +374,7 @@ sub mount_options_pack_ { sub mount_options_pack { my ($part, $options, $unknown) = @_; $part->{options} = mount_options_pack_($part, $options, $unknown); - MDK::Common::Various::noreturn(); + noreturn(); } sub mount_options_help { -- cgit v1.2.1