Hi,

I am trying to install the prerequisites for a Catalyst app using `make 
installdeps` and although I have the required version of C::V::TT, it reports 
that it is not installed:

$ perl Makefile.PL
...
- Catalyst::View::TT                               ...missing. (would need 0.34)
==> Auto-install the 1 mandatory module(s) from CPAN? [y] 

$ perl -MCatalyst::View::TT -e 'print $Catalyst::View::TT::VERSION'
0.34


In Makefile.PL I have the following line:

requires 'Catalyst::View::TT' => '0.34';

Do you have any idea what could be wrong?

Thanks.

--
Octavian



__________ Information from ESET NOD32 Antivirus, version of virus signature 
database 5093 (20100506) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com

_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

Reply via email to