We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
GMP is optional to Math::BigInt. I have a patch, hopefully GitHub allows me to attach it.
The text was updated successfully, but these errors were encountered:
--- mysql-agent 2010-09-30 14:30:24.000000000 -0400 +++ mysql-agent 2010-09-30 15:08:03.000000000 -0400 @@ -35,7 +35,7 @@
-use Math::BigInt lib => 'GMP'; +use Math::BigInt try => 'GMP';
sub new { bless {}, shift;
Sorry, something went wrong.
Well that was as clear as mud. Basically, replace "lib" with "try".
No branches or pull requests
GMP is optional to Math::BigInt. I have a patch, hopefully GitHub allows me to attach it.
The text was updated successfully, but these errors were encountered: