On Mar 12, 2013, at 4:57 PM, Justin Catterall 100621.1@masonsmusic.co.uk wrote:
[…] Reading through the exception_handler.pm file I see that line 30 is 'require Carp::Heavy…'. When I tried to install Carp/Heavy.pm using cpan it said that the module is up to date.
Any suggestions on what's not right here?
Does running this (in a terminal) work:
/Users/justin/perl5/perlbrew/perls/perl-5.16.2/bin/perl -e 'require Carp::Heavy'
If not, you likely tried to install the module for the system default perl, but you need to install it for the version of perl that you installed via homebrew.