diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-07-25 11:18:21 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-07-25 11:18:21 +0000 |
commit | c3bca0d4e81c9f38c3b3efd486640f03b1019c48 (patch) | |
tree | 82a6cfa5ab1b8f213a33961fa571bc6c84a36a83 /perl-install | |
parent | d4937b67df03e7370405e238ab6a1a5d1ca21a32 (diff) | |
download | drakx-c3bca0d4e81c9f38c3b3efd486640f03b1019c48.tar drakx-c3bca0d4e81c9f38c3b3efd486640f03b1019c48.tar.gz drakx-c3bca0d4e81c9f38c3b3efd486640f03b1019c48.tar.bz2 drakx-c3bca0d4e81c9f38c3b3efd486640f03b1019c48.tar.xz drakx-c3bca0d4e81c9f38c3b3efd486640f03b1019c48.zip |
noreturn is now exported, no need to MDK::Common::Various::noreturn()
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/fs.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |