http://qs321.pair.com?node_id=967858


in reply to Re^4: CPAN tests failing
in thread CPAN tests failing

After downloading the tarball of v0.03:

steve@ubuntu:~/devel/RandomJungle-0.03$ make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_h +arness(0, 'blib/lib', 'blib/arch')" t/*.t t/DB_01.t ......... ok t/Jungle_01.t ..... ok t/OOB_01.t ........ ok t/RAW_01.t ........ ok t/Tree_01.t ....... ok t/Tree_02.t ....... ok t/Tree_Node_01.t .. ok t/XML_01.t ........ ok All tests successful. Files=8, Tests=1346, 6 wallclock secs ( 0.29 usr 0.05 sys + 5.04 cu +sr 0.71 csys = 6.09 CPU) Result: PASS

However, I had to install DBM::Deep and XML::Twig, so you might want to throw them into the PREREQ_PM in your Makefile.PL

Replies are listed 'Best First'.
Re^6: CPAN tests failing
by bobf (Monsignor) on Apr 28, 2012 at 21:29 UTC

    That's quite encouraging. Thanks for testing it for me!

    Thanks for pointing out the missed dependencies, too. I thought I combed through things carefully, but I still missed them. I'll update the prereq list.

    Update: Update complete. Released as 0.04.

      I've got to run out again for a little while, but when I get back, I plan on cloning a clean, pristine FreeBSD vm and running it for you again to ensure all deps are caught. I've needed to do this for one of my own modules anyways ;)

      Update: XML::Parser is failing miserably on a FBSD 9.0 box to the point it can't even be installed with force. Although I've gone relatively deep into the problem, I don't have time to go further. I'll configure a Ubuntu box to see if I can get you the info you need to satisfy your module's reqs, and then see if the problem is FBSD specific or not regarding XML::Parser. If XML::Parser continues to be a problem, I'll get help looking into that, and give the author a bug report.