On Wed, Oct 31, 2001 at 10:51:42PM +0100, Andreas Marcel Riechert wrote: > Comment: > All tests fail: > > [riechert@tairou Hash-Merge-0.04]$ make test > PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib >-I/usr/local/lib/perl5/5.6.1/i686-linux -I/usr/local/lib/perl5/5.6.1 -e 'use >Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t > t/merge....Undefined subroutine &main::is_deeply called at t/merge.t line 31. > t/merge....dubious > Test returned status 255 (wstat 65280, 0xff00) > DIED. FAILED tests 1-45 > Failed 45/45 tests, 0.00% okay > Failed Test Stat Wstat Total Fail Failed List of Failed > ------------------------------------------------------------------------------- > t/merge.t 255 65280 45 45 100.00% 1-45 > Failed 1/1 test scripts, 0.00% okay. 45/45 subtests failed, 0.00% okay. > make: *** [test_dynamic] Error 255
The testing code for this module uses the latest version of Test::More (> 0.08), which should have been indicated as a required module in the Makefile.PL. -- Dr. Michael K. Neylon :: [EMAIL PROTECTED] :: http://pinky.wtower.com/mneylon // "Pinky, you've left the lens cap of your mind on again." The Brain
