------------------------------------------------------------------- Tue Mar 8 03:13:32 UTC 2022 - Tina Müller - updated to 0.63 see /usr/share/doc/packages/perl-Object-Pad/Changes 0.63 2022-03-07 [CHANGES] * Deleted long-deprecated Object::Pad->begin_class * No longer declare the entire module as "experimental" * Add experimental warnings to still-experimental features; recognise `:experimental` import tags to silence them [BUGFIXES] * Ensure that generated accessors work correctly regardless of the prevailing package when they were generated (RT141599) * Ensure that classes and accessors can be generated entirely outside of a BEGIN block (RT141677) 0.62 2022-03-01 [CHANGES] * Add "common" methods: + Implement `:common` attribute for methods + Take 'common' argument to `$metaclass->add_method` + Added `$metamethod->is_common` accessor * Don't require a terminating semicolon after `has $field { EXPR }` [BUGFIXES] * Better handling of role method embeddings that include lexical captures (RT141483) ------------------------------------------------------------------- Thu Feb 17 03:06:28 UTC 2022 - Tina Müller - updated to 0.61 see /usr/share/doc/packages/perl-Object-Pad/Changes 0.61 2022-02-16 [CHANGES] * Added Object::Pad::MOP::Class->create_{class,role} * Added $metaclass->seal (RT131294) * Added $metaclass->add_required_method and ->required_method_names (RT141314) * Accept bodyless `method NAME;` declarations to declare a required role method [BUGFIXES] * Assert when compclassmeta->name doesn't match PL_curstname (RT131293) ------------------------------------------------------------------- Sat Feb 5 17:23:13 UTC 2022 - Antoine Belvire - Initial package: perl-Object-Pad-0.60.