ingydotnet / test-base-pm

Extendable Perl Testing
http://search.cpan.org/dist/Test-Base/
13 stars 12 forks source link

t/000-require-modules.t failure #16

Closed hsk17 closed 10 years ago

hsk17 commented 10 years ago

test 000-require-modules.t, introduced in 0.80, results in failure at my perl installations, running perl 5.18.2, all modules updated to current release:

t/000-require-modules.t .. 1/?
#   Failed test 'require Module::Install::TestBase; \# OK'
#   at t/000-require-modules.t line 11.
# Looks like you failed 1 test of 3.
t/000-require-modules.t .. Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/3 subtests
alexfouche commented 10 years ago

Same issue. I was trying to build YAML and Test::Base failed on Module::Install::TestBase

ingydotnet commented 10 years ago

Fixed in 0.85. (I hope) Closing for now.