-----Original Message-----
On Feb February 17, 2008 7:26 AM Ken Williams <[EMAIL PROTECTED]> wrote:

>
>M::B supports running individual test files, you can do:
>
>  ./Build test --verbose 1 --test_files t/compat.t>
>
I ran the command above and captured the output surrounding the failed
test 25. (see below)
I *think* the problem is related to the Test::Simple module bundled in
this distribution.
[/tmp/perl_modules/Module-Build-0.2808] # find . -name Simple*
./t/bundled/Test/Simple.pm
By looking at the contents of that file I see $VERSION = '0.49'; which I
assume is the version of this Test::Simple module.  My perl distribution
came with 0.62 but I have upgraded it to 0.74 as a result of the
Date::Calc pre-req of 0.70 or greater.  

I don't know how to resolve this issue; any ideas?
Thanks in advance, 
Paula 
----verbose test output---
ok 22
/opt/perl_64/bin/perl Makefile.PL
Checking if your kit is complete...
Looks good
Writing Makefile for Simple
ok 23
ok 24 - Makefile should exist
make
Makefile out-of-date with respect to Makefile.PL
Cleaning current config before rebuilding Makefile...
         make -f Makefile.old clean > /dev/null 2>&1
        /opt/perl_64/bin/perl Makefile.PL
Checking if your kit is complete...
Looks good
Writing Makefile for Simple
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command.  <==
        false

Stop.
*** Error exit code 1

not ok 25
#   Failed test at t/compat.t line 56.
ok 26
----end of test output----

Reply via email to