[Module-build-general] [BUG] runthrough.t test fails - disttest @INC problem
Status: Beta
Brought to you by:
kwilliams
|
From: Steve P. <sp...@qu...> - 2003-07-18 12:13:52
|
Hiya,
I figure this may be a known bug, but thought I'd report it anyway. If
I run:
% perl -Mblib t/runthrough.t
it fails - see below for the error. When I checked ACTION_disttest(),
I saw the line:
# XXX doesn't propagate @INC
which looks to me like the problem. Not a show-stopper, but confusing
in development.
-Steve
Error output:
...
/usr/bin/perl Build test
test....NOK 2# Test 2 got: '/Library/Perl/Module/Build.pm' (test.pl at
line 11)
# Expected: qr{(?-xism:blib)}
test....FAILED test 2
Failed 1/2 tests, 50.00% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
------------------------------------------------------------------------
-------
test.pl 2 1 50.00% 2
Failed 1/1 test scripts, 0.00% okay. 1/2 subtests failed, 50.00% okay.
not ok 9
# Test 9 got: 'Error executing 'Build test' in dist directory at
/Users/spurkis/development/perl/Module-Build-0.19.orig/blib/lib/Module/
Build/Base.pm line 1277.
' (t/runthrough.t at line 58)
# Expected: ''
not ok 10
# Failed test 10 in t/runthrough.t at line 61
...
|