Octavian Rasnita wrote:
> Yesterday I have installed Catalyst and Task::Catalyst under Linux, using
> the CPAN shell.
> The process gave many errors, but they disappeared beeing replaced by the
> new lines printed, so I don't know how to find them.
> I have tried "install Catalyst" again, thinking that I could see those
> errors again, but I received the message that Catalyst is up to date, so I
> don't know which were those errors, and which modules were not installed.

Go into the cpan build directory for the distribution (typically under
~root/.cpan/build) and type 'make test'. Then you can see errors and
warnings. You can save the output in the normal way. You can also run
the individual tests from there (perl t/some-test.t)

Cheers, Dave

_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to