8
0

Automatic update to v0.821.0 (0.821)

This commit is contained in:
2025-10-08 11:55:05 +00:00
parent 8c3217cab7
commit d26b62f910
4 changed files with 28 additions and 11 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Oct 8 11:55:04 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.821.0 (0.821)
see /usr/share/doc/packages/perl-Object-Pad/Changes
0.821 2025-07-12
[CHANGES]
* Don't apply implied pragmata on `class` or `role` keywords if the
imported version is 0.821 or above
* Consistently refer to `BUILD`, `ADJUST` and `APPLY` as phasers, not
blocks
[BUGFIXES]
* Ensure that methods of lexical classes are actually able to use
lexical variables (RT168139)
-------------------------------------------------------------------
Thu Feb 27 05:35:09 UTC 2025 - Tina Müller <timueller+perl@suse.de>