cpan Moose 2.1301

latest releases: 2.2207, 2.2206, 2.2205...
pre-release9 years ago

[BUG FIXES]

  • Conflict detection for overloading operators is now more correct. If a
    class consumed two roles that both had identical overloading methods
    (because they got them from some other role, for example), this caused an
    error, but it shouldn't. GH #4. (rjbs)
  • Similarly, when a role consumes another role, conflicts in overloading
    operators are now silently resolved in favor of the consuming role, just
    as they are with methods. Note that conflicts between the fallback setting
    for roles are still an error.

Don't miss a new Moose release

NewReleases is sending notifications on new releases.