Subject: | Dist::Zilla requires Moose::Autobox >= 0.10 (not 0.09) |
Dist::Zilla claims to require Moose::Autobox >= 0.09.
It actually requires >= 0.10 (which adds each, each_key, each_value to
Indexed array and hash).
With Moose::Autobox 0.09, t/minter.t fails:
Can't call method "each_value" on unblessed reference at
/builddir/build/BUILD/Dist-Zilla-4.102341/blib/lib/Dist/Zilla/Plugin/DistINI.pm
line 40, <DATA> line 6.
With Moose::Autobox 0.10, all is fine.