2020-04-16 13:29:52 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(devel/p5-Moo) Updated to 2.004000
2.004000 - 2020-04-09
- minor documentation tweaks
- minor test tweaks
- refactor creation and installation of helper subs allowing extensions to
customize the behavior easier.
- added is_class and make_class methods to Moo
- added make_role method to Moo::Role
- lower Scalar::Util dependency to 1.00
- fix unlikely failure to properly inflate Type::Tiny types to Moose under
threads on perl 5.8
|
2019-10-26 13:32:27 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(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
|
2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557) |
Log message:
Bump PKGREVISIONs for perl 5.30.0
|
2019-06-30 22:17:50 by Nia Alarie | Files touched by this commit (1816) |
Log message:
Update packages using a search.cpan.org HOMEPAGE to metacpan.org.
The former now redirects to the latter.
This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.
Reviewed by hand to hopefully make sure no unwanted changes sneak in.
|
2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558) |
Log message:
Recursive bump for perl5-5.28.0
|
2017-12-01 04:39:50 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 2.003004
Upstream changes:
2.003004 - 2017-12-01
- re-allow stubs for attribute parameters like isa or coerce (RT#123753)
- fix accidentally removed space in coderef error message (GH#33)
- fix test errors with old Carp versions
|
2017-11-17 03:15:20 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 2.003003
Upstream changes:
2.003003 - 2017-11-16
- test tweaks
- fix handling of code refs stored directly in the stash (for perl 5.28)
- consider inline packages with constants in them as being loaded
- stubs will be treated as methods that exist when inflating to Moose
- avoid loading overload.pm unless required
|
2017-06-05 16:25:36 by Ryo ONODERA | Files touched by this commit (2298) |
Log message:
Recursive revbump from lang/perl5 5.26.0
|
2017-04-05 17:25:40 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Updated p5-Moo to 2.003002.
2.003002 - 2017-03-28
- ensure tarball does not contain SCHILY headers
|
2017-03-08 12:47:50 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Updated p5-Moo to 2.003001.
2.003001 - 2017-03-06
- fix +attributes replacing builder subs if parent attribute was defined with
builder => $subref
- fix trigger with a default value and init_arg of undef
|