Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Sub-HandlesVia for
openSUSE:Factory checked in at 2022-11-09 12:57:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Sub-HandlesVia (Old)
and /work/SRC/openSUSE:Factory/.perl-Sub-HandlesVia.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Sub-HandlesVia"
Wed Nov 9 12:57:09 2022 rev:8 rq:1034529 version:0.044
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Sub-HandlesVia/perl-Sub-HandlesVia.changes
2022-10-06 07:41:36.412607531 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Sub-HandlesVia.new.1597/perl-Sub-HandlesVia.changes
2022-11-09 12:57:37.236410552 +0100
@@ -1,0 +2,41 @@
+Tue Nov 1 03:07:25 UTC 2022 - Tina M??ller <[email protected]>
+
+- updated to 0.044
+ see /usr/share/doc/packages/perl-Sub-HandlesVia/Changes
+
+ 0.044 2022-10-31
+ [ Documentation ]
+ - Moved a lot of pod out of Sub::HandlesVia and into
+ Sub::HandlesVia::Manual::*.
+ 0.043 2022-10-31
+ - Added: Sub::HandlesVia::HandlerLibrary methods: handler_names,
+ has_handler, and get_handler.
+ - Added: Sub::HandlesVia::HandlerLibrary::Blessed.
+ 0.042 2022-10-30
+ - Added: Sub::HandlesVia::Declare for compile-time declaration of
+ Sub::HandlesVia delegations.
+ - Improved support for Object::Pad, including support for non-scalar
+ fields.
+ 0.041 2022-10-29
+ - Added: Experimental support for Object::Pad.
+ 0.040 2022-10-27
+ [ Bug Fixes ]
+ - Stricter detection of Moo::Role roles to prevent some false positives
+ when given Mouse::Role and Moose::Role roles.
+ Bartosz Jarzyna++
+ [ Test Suite ]
+ - Add a test using Sub::HandlesVia when Beam::Wire is loaded.
+ Bartosz Jarzyna++
+ 0.039 2022-10-26
+ [ Bug Fixes ]
+ - Fix application of Sub::HandlesVia Moose/Mouse traits to metaobjects
+ that have other traits applied to them.
+ Bartosz Jarzyna++
+ [ Test Suite ]
+ - Mite has supported Perl 5.8.x for a while now, so Mite-related tests
+ shouldn't be restricted to running on Perl 5.10.1+.
+ 0.038 2022-10-21
+ [ Documentation ]
+ - Minor changes to documentation for Hash:accessor and Array:accessor.
+
+-------------------------------------------------------------------
Old:
----
Sub-HandlesVia-0.037.tar.gz
New:
----
Sub-HandlesVia-0.044.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Sub-HandlesVia.spec ++++++
--- /var/tmp/diff_new_pack.dobZ8L/_old 2022-11-09 12:57:38.572418083 +0100
+++ /var/tmp/diff_new_pack.dobZ8L/_new 2022-11-09 12:57:38.576418106 +0100
@@ -18,7 +18,7 @@
%define cpan_name Sub-HandlesVia
Name: perl-Sub-HandlesVia
-Version: 0.037
+Version: 0.044
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Alternative handles_via implementation
@@ -55,12 +55,41 @@
okay with Moo, Moose, Mouse, and any other OO toolkit you throw at it. One
ring to rule them all, so to speak.
-Also, unlike MooX::HandlesVia, it honours type constraints, plus it doesn't
-have the limitation that it can't mutate non-reference values.
+For details of how to use it, see the manual.
-Note: as Sub::HandlesVia needs to detect whether you're using Moo, Moose,
-or Mouse, and often needs to detect whether your package is a class or a
-role, it needs to be loaded _after_ Moo/Moose/Mouse.
+* Sub::HandlesVia::Manual::WithMoo
+
+How to use Sub::HandlesVia with Moo and Moo::Role.
+
+* Sub::HandlesVia::Manual::WithMoose
+
+How to use Sub::HandlesVia with Moose and Moose::Role.
+
+* Sub::HandlesVia::Manual::WithMouse
+
+How to use Sub::HandlesVia with Mouse and Mouse::Role.
+
+* Sub::HandlesVia::Manual::WithMite
+
+How to use Sub::HandlesVia with Mite.
+
+* Sub::HandlesVia::Manual::WithClassTiny
+
+How to use Sub::HandlesVia with Class::Tiny.
+
+* Sub::HandlesVia::Manual::WithObjectPad
+
+How to use Sub::HandlesVia with Object::Pad classes.
+
+* Sub::HandlesVia::Manual::WithGeneric
+
+How to use Sub::HandlesVia with other OO toolkits, and hand-written Perl
+classes.
+
+Note: as Sub::HandlesVia needs to detect which toolkit you are using, and
+often needs to detect whether your package is a class or a role, it needs
+to be loaded _after_ Moo/Moose/Mouse/etc. Your 'use Moo' or 'use
+Moose::Role' or whatever needs to be _before_ your 'use Sub::HandlesVia'.
%prep
%autosetup -n %{cpan_name}-%{version}
++++++ Sub-HandlesVia-0.037.tar.gz -> Sub-HandlesVia-0.044.tar.gz ++++++
++++ 5068 lines of diff (skipped)