On Wed Jan 22 10:08:54 2014, CHISEL wrote:
Show quoted text> I still can't reproduce it. This is o na box that's never seen
> Zucchini:
>
But you simply `look`ed and built it manually. The problem is the *cpan shell* sees the prereq and tries to obtain them from CPAN.
Don't put those module in prereqs, but simply use them from inside the tests (and add `use lib...` if necessary).
If you run from shell: cpan Zucchini
Or from cpan shell: cpan install Zucchini
Then the install fails, with these bits in the output:
----------------------------------
Running install for module 'Zucchini::TestConfig'
The module Zucchini::TestConfig 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 Zucchini::TestConfig'.
Running install for module 'Zucchini::Test'
The module Zucchini::Test 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 Zucchini::Test'.
----------------------------------
...
----------------------------------
Tests succeeded but 2 dependencies missing (Zucchini::TestConfig,Zucchini::Test)
CHISEL/Zucchini-0.0.19.tar.gz
[dependencies] -- NA
Running make install
make test had returned bad status, won't install without force
--
Cheers,
ZZ [
https://metacpan.org/author/ZOFFIX ]