in reply to Moose failed to install on mac 10.6.7

Try this:
#!/usr/bin/perl use strict; use warnings; use CPAN; CPAN::Shell->install( "namespace::clean", "namespace::autoclean", "Class::MOP", "Declare::Constraints::Simple", "Package::DeprecationManager", "Sub::Name", "Try::Tiny", "Test::Fatal", "Test::Requires", "Dist::CheckConflicts", "Data::OptList", "Devel::GlobalDestruction", "List::MoreUtils", "MRO::Compat", "Params::Util", "Scalar::Util", "Sub::Exporter", "Task::Weaken", "Moose", "MooseX::Role::WithOverloading", "Package::Stash::XS", "Package::Stash", "Eval::Closure", "Locale::BR", "DateTime::TimeZone", "SQL::Translator", "Set::Object", "Test::Moose", "Test::XML::Compare", "Any::Moose", "IO::Moose", "Readonly", "Readonly::XS");

Replies are listed 'Best First'.
Re^2: Moose failed to install on mac 10.6.7
by ikegami (Patriarch) on Jun 16, 2011 at 03:27 UTC
    Looks more like an inability to install XS modules rather than unstated dependencies to me, but since he didn't post any information whatsoever about the failures...