MooX::late failures with latest dependencies

Regression bug, or regressive system?

“make fixdeps” bombs out on a failure to find MooX::late. Manually attempting to install same fails, with the below test. This test was noted as a bug in a (much) older version of Type::Tiny.

sudo cpan install MooX::late

make[1]: Entering directory `/root/.cpan/build/MooX-late-0.015-10'
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01basic.t ................ ok    
t/02inflation.t ............ ok   
t/03invalid_tc.t ........... 1/? 
#   Failed test 'error message looks ok'
#   at t/03invalid_tc.t line 33.
#                   ''
#     doesn't match '(?-xism:^Unexpected tail on type expression:  Y Z)'
# Looks like you failed 1 test of 2.
t/03invalid_tc.t ........... Dubious, test returned 1 (wstat 256, 0x100)

CPAN: Module::CoreList loaded ok (v2.18)
Type::Tiny is up to date (1.004002).
Moo is up to date (2.003004).


$ perl --version
This is perl, v5.10.1 (*) built for x86_64-linux-thread-multi


I have seen a couple of reports of this same error, but the posters never provided any followup to version info and the tickets are stalled. Any ideas?

Thanks!
Rob