Skip Menu |

This queue is for tickets about the ExtUtils-MakeMaker CPAN distribution.

Report information
The Basics
Id: 26543
Status: resolved
Priority: 0/
Queue: ExtUtils-MakeMaker

People
Owner: Nobody in particular
Requestors: matthew [...] veradox.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 6.32
Fixed in: (no value)



Subject: 6.32 still includes t/Install.t and t/Installed.t
Installed the latest dev release of ExtUtils-Install, then tried to upgrade ExtUtils-MakeMaker from 6.31 to 6.32: Shouldn't those two test files be removed now that ExtUtils::Install is divested from ExtUtils-MakeMaker? t/Installed.............ok 1/46 # Failed test '... should find doc file in man1dir' # in t/Installed.t at line 48. t/Installed.............NOK 5/46 # Failed test '... should find doc file in man3dir' # in t/Installed.t at line 48. t/Installed.............NOK 7/46 t/Installed.............NOK 9/46# Failed test '... should find prog file under /usr' # in t/Installed.t at line 63. t/Installed.............NOK 29/46 # Failed test '... should find doc file under given dir' # in t/Installed.t at line 160. # got: '0' # expected: '1' t/Installed.............NOK 30/46 # Failed test '... checking file name' # in t/Installed.t at line 161. # got: '0' # expected: '1' t/Installed.............NOK 31/46 # Failed test '... should find all doc files with no dir' # in t/Installed.t at line 166. # got: '0' # expected: '2' t/Installed.............NOK 33/46 # Failed test '... should find doc file in correct dir' # in t/Installed.t at line 172. # got: '0' # expected: '1' Use of uninitialized value in pattern match (m//) at t/Installed.t line 173. t/Installed.............NOK 34/46 # Failed test '... checking file name' # in t/Installed.t at line 173. # undef # doesn't match '(?-xism:foobar[>\]]?$)' t/Installed.............NOK 37/46 # Failed test '... should find all files files() would' # in t/Installed.t at line 185. # got: '0' # expected: '2' t/Installed.............NOK 40/46 # Failed test 'directory_tree() should report intermediate dirs to those requested' # in t/Installed.t at line 202. # got: '0' # expected: '3' # Looks like you failed 10 tests of 46. t/Installed.............dubious Test returned status 10 (wstat 2560, 0xa00) DIED. FAILED tests 5, 7, 9, 29-31, 33-34, 37, 40 Failed 10/46 tests, 78.26% okay
I've removed the tests for ExtUtils::Install, Installed, Command and Packlist.