I am using CentOS 5.7 perl 5.14.2. While installing CPAN module Task::Catalyst
cpan -i Task::Catalyst
i am getting the error:
3 modules Catalyst::Authentication::Credential::HTTP
, Catalyst::View::Email
and Catalyst::Plugin::Session::Store::DBIC
are giving installation errors
When i tried to manually install the modules , say Catalyst::View::Email i downloaded the tar file, and then after running the ./Makefile.pl
i got the error
Please suggest?