Solved it! I had some old environment variables for Perl libraries.
Hi, it feels strange coming back to Perlmonks after all these years, but also very fun to see what I remember from my Perl days.
I'm trying to install Catalyst::Devel 1.39 on my Mac. I just installed Perlbrew (very nice change from last time fighting with dependencies in vendor Perl install) and cpanm.
perlbrew install perl-5.18.4
perlbrew switch perl-5.18.4
perlbrew install-cpanm
cpanm Catalyst::Devel
I get a bunch of failed dependencies:
! Installing the dependencies failed: Module 'Module::Install' is not
+installed, Module 'Catalyst::Plugin::Static::Simple' is not installed
+, Module 'MooseX::Emulate::Class::Accessor::Fast' is not installed, M
+odule 'Catalyst::Action::RenderView' is not installed, Module 'Cataly
+st::Plugin::ConfigLoader' is not installed, Module 'MooseX::Daemonize
+' is not installed, Module 'Starman' is not installed, Module 'Test::
+Fatal' is not installed, Module 'Template' is not installed, Module '
+namespace::clean' is not installed, Module 'Config::General' is not i
+nstalled, Module 'namespace::autoclean' is not installed, Module 'Fil
+e::ShareDir' is not installed, Module 'File::Copy::Recursive' is not
+installed, Module 'Path::Class' is not installed, Module 'Catalyst' i
+s not installed, Module 'File::ChangeNotify' is not installed, Module
+ 'Moose' is not installed
! Bailing out the installation for Catalyst-Devel-1.39.
46 distributions installed
Anyone know what might be the issue?