Up to [LON-CAPA] / loncom / xml
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
- Update to Math::Complex rev. 1.59_01 to eliminate warnings in perl > 5.26 "Undefined value assigned to typeglob" then modify (and rename as: LONCAPA::LCMathComplex) to eliminate use of Config.pm and Scalar::Util.pm, when run in perl Safe container).
- Bug 6629. - Re-enable access to functionality in Math::Complex in Safe Space by copying Math::Complex 1.55 to LONCAPA::LCMathComplex and eliminating use of Config.pm - Whenever ./UPDATE is run to install or update LON-CAPA, the code which sets $nvsize in the standard Math::Complex script will be run in lcmathcomplex.piml and the value of $nvsize will be set to the appropriate value: 4, 8, 10, 12 or 16 in LONCAPA/LCMathComplex.pm.