Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Work around Locale::CLDR::Locales::* loading 'bignum' #7646

Merged
merged 1 commit into from Oct 7, 2023

Conversation

ehuelsmann
Copy link
Member

Loading 'bignum' causes $Math::BigInt::upgrade and $Math::BigFloat::downgrade to be overwritten. However, we want to make sure these values stay as they are set by LedgerSMB::PGNumber (which is: no downgrading!)

This is necessary for Perl 5.36+ compatibility.

Loading 'bignum' causes $Math::BigInt::upgrade and
$Math::BigFloat::downgrade to be overwritten. However,
we want to make sure these values stay as they are set
by LedgerSMB::PGNumber (which is: no downgrading!)

This is necessary for Perl 5.36+ compatibility.
@ehuelsmann ehuelsmann merged commit fbc48c6 into ledgersmb:1.11 Oct 7, 2023
17 checks passed
@ehuelsmann ehuelsmann deleted the workaround/1.11/cldr-bignum branch October 7, 2023 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant