diff options
Diffstat (limited to 'profiles/desc')
-rw-r--r-- | profiles/desc/perl_features.desc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/profiles/desc/perl_features.desc b/profiles/desc/perl_features.desc new file mode 100644 index 000000000000..22d84ca5b407 --- /dev/null +++ b/profiles/desc/perl_features.desc @@ -0,0 +1,9 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# This file contains descriptions of PERL_FEATURES USE_EXPAND flags. + +# Keep it sorted. +debug - PERL_FEATURES setting enabling internal debug support in Perl +ithreads - PERL_FEATURES setting enabling interpreter level threads, has some compatibility problems +quadmath - PERL_FEATURES setting enabling 128bit floating point arithmetic via libquadmath |