[TxMt] Re: Perl, Cmd+r not giving useful error messages
Allan Odgaard
mailinglist at textmate.org
Tue Mar 12 16:22:38 UTC 2013
On Mar 12, 2013, at 4:57 PM, Justin Catterall <100621.1 at 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.
More information about the textmate
mailing list