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?

In reply to Installing Catalyst::Devel by marvi

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.