Perl & OS X 10.8 Mountain Lion
Went to run a perl script today and something might have broke during the Mountain Lion upgrade. Here's what I did to get running again although I'm not sure all these steps were necessary.
Downloaded Command Line Tools in Xcode: Xcode->Preferences->Downloads and install Command Line Tools
Upgraded CPAN: $ sudo perl -MCPAN -e 'install Bundle::CPAN'
Installed my missing modules needed in my script from the CPAN shell (install modulename)















