This is probably a simple question but I can't seem to figure it out. This is what I've done:
started the cpan shell on my Mac OS X box and installed Alien::wxWidgets and took all the defaults. Everything worked great, I'm able to use wxPerl to build some nice looking apps but when trying to use PAR to package them it's referring to shared libs that don't exist. Looking online it seems the solution is to build wxWidgets with the following option: --disable-shared. I know I can pass the arg to the Makefile but is it possible to pass this same arg to the cpan shell? (e.g. cpan> install Alien::wxWidgets --disable-shared )?