8
0
Files
perl-Object-Pad/perl-Object-Pad.changes

68 lines
2.8 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Wed Apr 6 03:12:20 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 0.64
see /usr/share/doc/packages/perl-Object-Pad/Changes
0.64 2022-04-02
[CHANGES]
* Improvements to `:experimental` import tag (RT141801):
+ Support multiple experiments at once
+ Make sure to still enable the default keywords
* Much better integration with `Devel::MAT::Dumper`:
+ Export complete C-level structures and magic VTBL root
* Adjusted wording of "MOP API is experimental" so it doesn't refer
to a package that doesn't actually exist (RT141801)
-------------------------------------------------------------------
Tue Mar 8 03:13:32 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- 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 <timueller+perl@suse.de>
- 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 <antoine.belvire@opensuse.org>
- Initial package: perl-Object-Pad-0.60.