Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-Moo
From: Thomas Klausner
Date: 2014-10-26 12:53:52
Message id: 20141026115352.8016698@cvs.netbsd.org
Log Message:
Update to 1.006001:
1.006001 - 2014-10-22
- Name the ->DOES method installed by Role::Tiny
- don't apply threading workarounds on non-threaded perls, even if module for
it is loaded by something
- avoid loading base.pm and just set @ISA manually
- fix some Pod links to Class::Method::Modifiers
- fix applying roles with multiple attributes with defaults to objects
(RT#99217)
- fix Moose inheriting from a Moo class that inherits from a non-M* class
when the Moose class is not made immutable
- fix ->does method on Moose child classes of Moo classes
Files: