The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Build with:

perl Makefile.PL
make test
make install

Note that quadmath.h and -lquadmath need to be found, and do exist in recent versions of
the GNU C compiler (gcc).
However, perl may not be aware of the location of libquadmath,  so you may need to help
it along by starting with:

perl Makefile.PL LIBS="-L/location/of/quadmath_library -lquadmath"