Re: [Catalyst] Where are my modules?

2011-03-18 Thread John M. Dlugosz
On 3/17/2011 4:24 AM, Carl Franks fireartist-at-gmail.com |Catalyst/Allow to home| wrote: It looks like cpan installed it, though its dependancies didn't install cleanly. Makefile.PL fails to require() it, so thinks its not installed. Try installing Data::Visitor - and check cpan's output for

Re: [Catalyst] Where are my modules?

2011-03-17 Thread Carl Franks
On 17 March 2011 09:06, John M. Dlugosz wxju46g...@snkmail.com wrote: Figure this out:  perl Makefile.PL tells me I have 6 modules that need to be installed.  E.g. - Catalyst::Plugin::ConfigLoader             ...missing. - Catalyst::Plugin::Static::Simple           ...missing. -

Re: [Catalyst] Where are my modules?

2011-03-17 Thread will trillich
If you did a force-install at some point in the past, e.g. to get Catalyst::Plugin::ConfigLoader installed, then you may have skipped some dependencies. Wiser folks than me can probably tell you how to get CPAN to recover to a more stable state, but it sounds like you'll have to follow the

Re: [Catalyst] Where are my modules?

2011-03-17 Thread Chad Davis
I generally address these problems by 'force'ing a test in the CPAN shell: force test Catalyst::Plugin::ConfigLoader My reason is that 'force test' will fulfill the dependencies, downloading and testing them as needed. However, if you start with a 'force install' you could be back with the same