I am running with Perl 5.10.1 installed using the package manager. I have successfully installed Moose from the CPAN shell, and I have tried to install the MooseX::Declare extention without success.. Here is what I have done:
$ sudo cpan > cpan.log
cpan[1]> install MooseX::Declare
Cannot determine perl version info from lib/MooseX/Declare.pm
Warning: prerequisite Devel::Declare 0.005011 not found.
Warning: prerequisite MooseX::Method::Signatures 0.30 not found.
This is what appears in the terminal at first before the installation lauches, I have posted the 'cpan.log' file here.
Now, I have tried installing the two prereqs above, the latter depends on the first one. But installing the first one gives me this:
cpan[6]> install Devel::Declare
Running install for module 'Devel::Declare'
Running make for F/FL/FLORA/Devel-Declare-0.006000.tar.gz
Has already been unwrapped into directory /home/jfb/.cpan/build/Devel-Declare-0.006000-6qeuWN
'/usr/bin/perl Makefile.PL INSTALLDIRS=site' returned status 512, won't make
Running make test
Make had some problems, won't test
Running make install
Make had some problems, won't install
install MooseX::Declare? 1. were there test or installation failures? 2. what was the path that the cpan client printed for installing the library? (Incidentally, there is MooseX package, so typinginstall MooseXshould give you an error.) - Ether