I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2008-11-03 05:26:48-08 by thslone
Installation failed

I'm trying to install this module on a Macintosh, but the installation is failing. I'm using Perl 5.8.8. When I do the installation, I get multiple errors of the type:

Use of uninitialized value in ... at /Library/Perl/5.8.8/Date/Manip.pm line 3328.

I then get the following summary report:

Test Summary Report
-------------------
t/buyitnow (Wstat: 0 Tests: 249 Failed: 0)
TODO passed: 16-20, 22, 25-27, 30-31
t/ebay (Wstat: 512 Tests: 263 Failed: 2)
Failed tests: 11-12
TODO passed: 18, 21-23, 26-28, 31-32
Non-zero exit status: 2
t/enddate (Wstat: 0 Tests: 265 Failed: 0)
TODO passed: 8-10
t/html (Wstat: 0 Tests: 11 Failed: 0)
TODO passed: 6-8
t/stores (Wstat: 0 Tests: 83 Failed: 0)
TODO passed: 16, 19-21, 24-26
Files=11, Tests=1299, 207 wallclock secs ( 0.20 usr 0.05 sys + 13.08 cusr 0.98 csys = 14.31 CPU)
Result: FAIL
Failed 1/11 test programs. 2/1299 subtests failed.
make: *** [test_dynamic] Error 255
MTHURN/WWW-Search-Ebay-2.248.tar.gz
/usr/bin/make test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
reports MTHURN/WWW-Search-Ebay-2.248.tar.gz
Running make install
make test had returned bad status, won't install without force
Failed during this command:
MTHURN/WWW-Search-Ebay-2.248.tar.gz : make_test NO

Suggestions?

Direct Responses: 9209 | Write a response
Posted on 2008-11-03 21:21:21-08 by mthurn in response to 9195
Re: Installation failed
This is because the Date::Manip module does not know what your time zone is. Read the documentation for Date::Manip. Usually it can be fixed by setting environment variable TZ to something like EST5EDT
Direct Responses: Write a response