8
0

Accepting request 997383 from devel:languages:perl:autoupdate

- updated to 0.035
   see /usr/share/doc/packages/perl-Sub-HandlesVia/Changes
  0.035	2022-08-12
   - Sub::HandlesVia::CodeGenerator method_installer is now a rw attribute as
     Sub::Accessor::Small was relying on that.
  0.034	2022-08-07
   - Sub::HandlesVia::CodeGenerator now handles generating code for type
     assertions and coercions instead of relying on handlers to do it.
   - Sub::HandlesVia::CodeGenerator now has a configurable sandbox package.
   - Updated: Sub::HandlesVia::Toolkit::Mite supports recent Mite features
     such as lvalue accessors and new ways of specifying defaults.
  0.033	2022-07-12
   - Optimizations to Sub::HandlesVia::CodeGenerator.
   - Updated: Recompile with newer Mite.

OBS-URL: https://build.opensuse.org/request/show/997383
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Sub-HandlesVia?expand=0&rev=9
This commit is contained in:
2022-08-16 14:35:43 +00:00
committed by Git OBS Bridge
parent bf8d311f52
commit 1ca4f9eab8
4 changed files with 23 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:41533ebce5eb8cd38fe5a8ab187d975fee77158df4f9ebab0aa6d2bcedb4d84a
size 155683

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f55ea60632b6f37cd41d447905009b0fff7b1f25b2a42727cdfe572d1ab12497
size 159915

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sat Aug 13 03:12:43 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 0.035
see /usr/share/doc/packages/perl-Sub-HandlesVia/Changes
0.035 2022-08-12
- Sub::HandlesVia::CodeGenerator method_installer is now a rw attribute as
Sub::Accessor::Small was relying on that.
0.034 2022-08-07
- Sub::HandlesVia::CodeGenerator now handles generating code for type
assertions and coercions instead of relying on handlers to do it.
- Sub::HandlesVia::CodeGenerator now has a configurable sandbox package.
- Updated: Sub::HandlesVia::Toolkit::Mite supports recent Mite features
such as lvalue accessors and new ways of specifying defaults.
0.033 2022-07-12
- Optimizations to Sub::HandlesVia::CodeGenerator.
- Updated: Recompile with newer Mite.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 13 03:08:54 UTC 2022 - Tina Müller <timueller+perl@suse.de> Wed Jul 13 03:08:54 UTC 2022 - Tina Müller <timueller+perl@suse.de>

View File

@@ -18,7 +18,7 @@
%define cpan_name Sub-HandlesVia %define cpan_name Sub-HandlesVia
Name: perl-Sub-HandlesVia Name: perl-Sub-HandlesVia
Version: 0.032 Version: 0.035
Release: 0 Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Alternative handles_via implementation Summary: Alternative handles_via implementation