PaulHowarth/Blog/2014-10-23

Thursday 23rd October 2014

Local Packages

  • Updated perl-DBD-CSV to 0.45:

  • Updated perl-Moo to 1.006001:

    • 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 (CPAN 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

  • Updated perl-Role-Tiny to 1.003004:

    • Allow does_role to be overridden by Moo::Role


Recent