Author of:
and maintainer of:
Looking at CPAN I found out I could see a general status for all the tests run against the latest releases of my modules.
Tests are failing, so I decided to investigate, since I like to keep things in the green - and there seems to be a pattern, apparently DateTime on the FreeBSD platform and perhaps it is even on the same host fails with missing requirements being met - Params::Validate seem to be missing.
I wrote one of the testers and asked whether his modules where installed from CPAN or the Ports tree and it seems to be CPAN, we makes it even more weird hence it is only on FreeBSD.
Maybe I should report the bug eventhough it looks as if it is ok in the DateTime distribution.
You're not the only one (Score:1)
Heck... it's from the same guy! :-\
FreeBSD 5.4 - Fails different reason.. (Score:1)
I am running 5.4-STABLE as well, perl 5.8.6. I use cpan, not ports (never for Perl), and Date::Holidays fails the tests because it cannot find Date::Holidays::?? (AU ... etc). Is there a Bundle?
Re:FreeBSD 5.4 - Fails different reason.. (Score:2)
Well the module should issue a lot of warnings for Date::Holidays::* which does not exist, but you are right I am using 2 two modules in my test which is not listed in the prerequisites, I will fix this imidiately.
Thanks,
jonasbn
Um, that would be me (Score:1)
So I started out with most of 5.8 to see how things worked out. The idea was to have as vanill
Re:Um, that would be me (Score:1)
For a start, it downloads the same file over and over again, for each version...
Would CPAN::Mini help, getting everything once, and then you deploy from there into each?
Bill
# I had a sig when sigs were cool
use Sig;
Re:Um, that would be me (Score:1)