Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (8m)  pkgsrc-2024Q1 (6d)  pkgsrc-2023Q4 (52d)  pkgsrc-2023Q2 (85d)  pkgsrc-2023Q3 (164d) 

2024-05-23 13:53:39 UTC Now

2019-10-26 11:32:27 UTC MAIN commitmail json YAML

(devel/p5-Moo)  Updated from 2.003004 to 2.003006

(I presume following line should read 2.003_006)
2.003_005 - 2019-10-18
  - always exclude helper subs (has, with, etc) from the list of methods, even
    if they are installed later or wrapped with a modifier
  - drop Devel::GlobalDestruction prerequisite unless using perl < 5.14
  - fix preserving full accuracy of numbers in non-ref defaults
  - fix tracking of stubs and constants as methods to be consistent and work
    properly with unusual ways of storing subs (RT#130050)
  - fix test for modules broken by newer Moo versions when new enough
    CPAN::Meta version is not available
  - fix undeferring subs before wrapping with a method modifier when subs to
    wrap are given as a list or array ref
  - fix error reporting locations from Carp calls in DEMOLISH (RT#124845)
  - fix extending attributes (has +) to allow overriding a default with a
    builder (RT#130361)
  - fix re-throwing Moose inflation exceptions when examining exception
    objects on older Moose or Devel::StackTrace versions
  - reorganized documentation related to Moose to improve clarity
  - improved documentation of usage with namespace::clean
  - various documentation tweaks

(mef)