Skip Menu |

This queue is for tickets about the Math-BigInt CPAN distribution.

Report information
The Basics
Id: 19316
Status: resolved
Worked: 25 min
Priority: 0/
Queue: Math-BigInt

People
Owner: TELS [...] cpan.org
Requestors: NUFFIN [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: PERL5_BIGINT_LIB environment variable?
I'd like to be able to put something like: export PERL5_BIGINT_LIB=GMP,Pari in my bashrc, and have it Just Work without changing my code
On Wed May 17 17:00:03 2006, NUFFIN wrote: Show quoted text
> I'd like to be able to put something like: > > export PERL5_BIGINT_LIB=GMP,Pari > > in my bashrc, and have it Just Work without changing my code
Sorry for the late reply :/ I do think what you want to do can already be acomplished: export PERL5OPT=MMath::BigInt=lib,GMP; perl -le 'print Math::BigInt->config()->{lib}' Does that work for you? best wishes, Tels
I am marking this bug as resovled as there was no replay on whether the proposed fix works or not. If you have still problems, please reopen this bug by responding to this message. Thank you, Tels