Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Dist-Zilla CPAN distribution.

Report information
The Basics
Id: 61860
Status: resolved
Priority: 0/
Queue: Dist-Zilla

People
Owner: Nobody in particular
Requestors: iarnell [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 4.102341
Fixed in: (no value)



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.
This will be fixed in the next release. -- rjbs