I have need to install a couple perl modules onto my test environment (JSON and JSON::XS). However, the test environment, which mirrors production, can't have gcc installed. I do have a dev environment with gcc installed. I've used CPAN to download and compile these modules.
The issue is, how can I migrate them now from my dev environment to my UAT (and ultimately production) environments? All the environments are identical architecture, etc.
Thanks in advance.