The fix is simple:
in src/bindings/perl/CMakeLists.txt, line 233, replace set(PERL_PACKAGE_INSTALL_BIN_DIR ${PERL_PACKAGE_INSTALL_DIR}/auto/libSBML)
by set(PERL_PACKAGE_INSTALL_BIN_DIR ${PERL_PACKAGE_INSTALL_DIR}/auto/LibSBML)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The fix is simple:
in src/bindings/perl/CMakeLists.txt, line 233, replace
set(PERL_PACKAGE_INSTALL_BIN_DIR ${PERL_PACKAGE_INSTALL_DIR}/auto/libSBML)by
set(PERL_PACKAGE_INSTALL_BIN_DIR ${PERL_PACKAGE_INSTALL_DIR}/auto/LibSBML)It also concerns libSBML-5.19.0
thanks for letting us know, i've applied the fix to the git repo, so it will be part of the next release.