문제

I am installing this module in Ubuntu:

http://metacpan.org/pod/CatalystX::DynamicComponent::ModelsFromConfig

with bash command:

sudo cpan CatalystX::DynamicComponent::ModelsFromConfig

However I always get this message:

Warning: Cannot install CatalystX::DynamicComponent::ModelsFromConfig, don't know what it is.

Is this means this module is not a standard module?

도움이 되었습니까?

해결책

There is no stable, indexed release of that module, only a developer preview release. With a recent version of cpanminus you could do

cpanm --dev CatalystX::DynamicComponent::ModelsFromConfig

with regular CPAN.pm you should be able to do

cpan BOBTFISH/CatalystX-DynamicComponent-0.000000_01.tar.gz

That or come onto irc.perl.org #catalyst and talk to t0m about the module and whether it makes sense for you to be using it — it seems to be abandoned since 2009. I think the sensible replacement is CatalystX::ComponentsFromConfig.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top