Subject: | some dependencies on newer versions of dep modules are probably not declared properly |
Just ran an install of Dist::Zilla on windows on an almost fresh v12.4 and got the test fail shown below. On a rerun after a bunch of other modules were installed/updated i reran the DZ install and this time the tests passed fine.
Writing Makefile for MooX::Types::MooseLike
Writing MYMETA.yml and MYMETA.json
(C:\Perl\bin\perl.exe Makefile.PL INSTALLDIRS=site exited with 0)
CPAN::Reporter: Makefile.PL result is 'pass', No errors.
cp lib/MooX/Types/MooseLike.pm blib\lib\MooX\Types\MooseLike.pm
cp lib/MooX/Types/MooseLike/Base.pm blib\lib\MooX\Types\MooseLike\Base.pm
(C:\Perl\site\bin\dmake.exe exited with 0)
CPAN::Reporter: C:\Perl\site\bin\dmake.exe result is 'pass', No errors.
MATEU/MooX-Types-MooseLike-0.25.tar.gz
C:\Perl\site\bin\dmake.exe -- OK
Running make test
C:\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib\lib', 'blib\arch')" t/*.t
t/basic.t ........................ ok
t/builder.t ...................... ok
t/default.t ...................... ok
t/inflate_0.t .................... ok
t/inflate_name.t ................. ok
t/inflate_sub.t .................. ok
t/parameterized.t ................ ok
# Failed test 'very complex type constraint correctly inflated'
# at t/parameterized_inflate.t line 75.
# got: 'HashRef[ArrayRef[ScalarRef[]]]'
# expected: 'HashRef[ArrayRef[ScalarRef[__ANON__]]]'
# Looks like you failed 1 test of 11.
t/parameterized_inflate.t ........
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/11 subtests
t/parameterized_subtype.t ........ ok
t/parameterized_with_coderefs.t .. ok
t/parameterized_with_string.t .... ok
t/required.t ..................... ok
t/subtype.t ...................... ok
t/version.t ...................... ok