我正在尝试在 Mac OSX 10.6 上安装 Dancer::Plugin::Feed 并且遇到了这个依赖问题:
CPAN.pm: Going to build H/HO/HOBBESTIG/Dancer-Plugin-Feed-0.7.tar.gz
Checking if your kit is complete...
Looks good
Writing Makefile for Dancer::Plugin::Feed
Writing MYMETA.yml and MYMETA.json
---- Unsatisfied dependencies detected during ----
---- HOBBESTIG/Dancer-Plugin-Feed-0.7.tar.gz ----
t::lib::TestApp [build_requires]
Shall I follow them and prepend them to the queue
of modules we are processing right now? [yes]
Running make test
Delayed until after prerequisites
Running make install
Delayed until after prerequisites
Running install for module 't::lib::TestApp'
The module t::lib::TestApp isn't available on CPAN.
Either the module has not yet been uploaded to CPAN, or it is
temporary unavailable. Please contact the author to find out
more about the status. Try 'i t::lib::TestApp'.
我的 Perl 版本:
perl --version
This is perl, v5.10.0 built for darwin-thread-multi-2level
(with 2 registered patches, see perl -V for more detail)
我试图找出问题所在,但没有运气。
任何人都可以帮忙吗?