9
0

Accepting request 997387 from devel:languages:perl:autoupdate

- updated to 0.68
   see /usr/share/doc/packages/perl-Object-Pad/Changes
  0.68    2022-08-13
          [BUGFIXES]
           * Wording fix in new Object::Pad::MetaFunctions docs
           * Avoid label at end of compound statement (RT144005)
  0.67    2022-08-12
          [CHANGES]
           * Added `Object::Pad::MetaFunctions` to contain some introspection
             and reflection helper functions
           * Avoid writing the rather silly-sounding `field $field` in docs;
             use single-letter field names like `$x` or `$f` instead

OBS-URL: https://build.opensuse.org/request/show/997387
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Object-Pad?expand=0&rev=7
This commit is contained in:
2022-08-16 14:36:07 +00:00
committed by Git OBS Bridge
parent 1e45ff15e9
commit c9357c95ed
4 changed files with 22 additions and 4 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sun Aug 14 03:09:22 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 0.68
see /usr/share/doc/packages/perl-Object-Pad/Changes
0.68 2022-08-13
[BUGFIXES]
* Wording fix in new Object::Pad::MetaFunctions docs
* Avoid label at end of compound statement (RT144005)
0.67 2022-08-12
[CHANGES]
* Added `Object::Pad::MetaFunctions` to contain some introspection
and reflection helper functions
* Avoid writing the rather silly-sounding `field $field` in docs;
use single-letter field names like `$x` or `$f` instead
-------------------------------------------------------------------
Thu Jul 7 03:07:07 UTC 2022 - Tina Müller <timueller+perl@suse.de>