Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Log-Report for openSUSE:Factory 
checked in at 2026-06-17 16:27:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Log-Report (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Log-Report.new.1981 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Log-Report"

Wed Jun 17 16:27:30 2026 rev:3 rq:1360006 version:1.460.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Log-Report/perl-Log-Report.changes  
2026-05-19 17:48:24.279737366 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Log-Report.new.1981/perl-Log-Report.changes    
    2026-06-17 16:28:57.697736265 +0200
@@ -1,0 +2,15 @@
+Tue Jun 16 10:22:02 UTC 2026 - Tina Müller <[email protected]>
+
+- updated to 1.460.0 (1.46)
+   see /usr/share/doc/packages/perl-Log-Report/ChangeLog
+
+  version 1.46: Tue 16 Jun 10:14:47 CEST 2026
+
+       Fixes:
+       - select specific dispatcher try.
+         [Andy Berverley] github issue #21
+
+       Improvements:
+       - add Log::Report::default_dispatcher_mode()
+
+-------------------------------------------------------------------

Old:
----
  Log-Report-1.45.tar.gz

New:
----
  Log-Report-1.46.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Log-Report.spec ++++++
--- /var/tmp/diff_new_pack.xfOkNx/_old  2026-06-17 16:28:58.497769573 +0200
+++ /var/tmp/diff_new_pack.xfOkNx/_new  2026-06-17 16:28:58.497769573 +0200
@@ -18,10 +18,10 @@
 
 %define cpan_name Log-Report
 Name:           perl-Log-Report
-Version:        1.450.0
+Version:        1.460.0
 Release:        0
-# 1.45 -> normalize -> 1.450.0
-%define cpan_version 1.45
+# 1.46 -> normalize -> 1.460.0
+%define cpan_version 1.46
 License:        Artistic-1.0 OR GPL-1.0-or-later
 Summary:        Report a problem, pluggable handlers and language support
 URL:            https://metacpan.org/release/%{cpan_name}

++++++ Log-Report-1.45.tar.gz -> Log-Report-1.46.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Report-1.45/ChangeLog 
new/Log-Report-1.46/ChangeLog
--- old/Log-Report-1.45/ChangeLog       2026-04-10 11:17:57.000000000 +0200
+++ new/Log-Report-1.46/ChangeLog       2026-06-16 10:15:03.000000000 +0200
@@ -7,6 +7,15 @@
 TODO:
        . connect to Message::Passing framework
 
+version 1.46: Tue 16 Jun 10:14:47 CEST 2026
+
+       Fixes:
+       - select specific dispatcher try.
+         [Andy Berverley] github issue #21
+
+       Improvements:
+       - add Log::Report::default_dispatcher_mode()
+
 version 1.45: Fri 10 Apr 11:17:51 CEST 2026
 
        Fixes:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Report-1.45/META.json 
new/Log-Report-1.46/META.json
--- old/Log-Report-1.45/META.json       2026-04-10 11:18:02.000000000 +0200
+++ new/Log-Report-1.46/META.json       2026-06-16 10:15:08.000000000 +0200
@@ -64,7 +64,7 @@
          "web" : "https://github.com/markov2/perl5-Log-Report";
       }
    },
-   "version" : "1.45",
+   "version" : "1.46",
    "x_oodist" : {
       "email" : "[email protected]",
       "first_year" : 2007,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Report-1.45/META.yml new/Log-Report-1.46/META.yml
--- old/Log-Report-1.45/META.yml        2026-04-10 11:18:02.000000000 +0200
+++ new/Log-Report-1.46/META.yml        2026-06-16 10:15:08.000000000 +0200
@@ -30,7 +30,7 @@
   bugtracker: https://github.com/markov2/perl5-Log-Report/issues
   homepage: http://perl.overmeer.net/CPAN/
   repository: https://github.com/markov2/perl5-Log-Report.git
-version: '1.45'
+version: '1.46'
 x_oodist:
   email: [email protected]
   first_year: 2007
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Report-1.45/Makefile.PL 
new/Log-Report-1.46/Makefile.PL
--- old/Log-Report-1.45/Makefile.PL     2026-04-02 17:19:21.000000000 +0200
+++ new/Log-Report-1.46/Makefile.PL     2026-06-16 10:15:03.000000000 +0200
@@ -5,7 +5,7 @@
 use strict;
 
 # Use command 'oodist' to produce your whole software release.
-my $version  = '1.45';
+my $version  = '1.46';
 my $webpages = '../public_html';
 my $git      = 'https://github.com/markov2/perl5-Log-Report';
 my $publish  = '../public_html/log-report';
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Report-1.45/lib/Log/Report/DBIC/Profiler.pm 
new/Log-Report-1.46/lib/Log/Report/DBIC/Profiler.pm
--- old/Log-Report-1.45/lib/Log/Report/DBIC/Profiler.pm 2026-04-10 
11:17:57.000000000 +0200
+++ new/Log-Report-1.46/lib/Log/Report/DBIC/Profiler.pm 2026-06-16 
10:15:03.000000000 +0200
@@ -1,4 +1,4 @@
-# This code is part of Perl distribution Log-Report version 1.45.
+# This code is part of Perl distribution Log-Report version 1.46.
 # The POD got stripped from this file by OODoc version 3.06.
 # For contributors see file ChangeLog.
 
@@ -10,7 +10,7 @@
 
 
 package Log::Report::DBIC::Profiler;{
-our $VERSION = '1.45';
+our $VERSION = '1.46';
 }
 
 use base 'DBIx::Class::Storage::Statistics';
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Report-1.45/lib/Log/Report/DBIC/Profiler.pod 
new/Log-Report-1.46/lib/Log/Report/DBIC/Profiler.pod
--- old/Log-Report-1.45/lib/Log/Report/DBIC/Profiler.pod        2026-04-10 
11:17:57.000000000 +0200
+++ new/Log-Report-1.46/lib/Log/Report/DBIC/Profiler.pod        2026-06-16 
10:15:04.000000000 +0200
@@ -33,8 +33,8 @@
 
 =head1 SEE ALSO
 
-This module is part of Log-Report version 1.45,
-built on April 10, 2026. Website: F<http://perl.overmeer.net/CPAN/>
+This module is part of Log-Report version 1.46,
+built on June 16, 2026. Website: F<http://perl.overmeer.net/CPAN/>
 
 =head1 LICENSE
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Report-1.45/lib/Log/Report/Die.pm 
new/Log-Report-1.46/lib/Log/Report/Die.pm
--- old/Log-Report-1.45/lib/Log/Report/Die.pm   2026-04-10 11:17:57.000000000 
+0200
+++ new/Log-Report-1.46/lib/Log/Report/Die.pm   2026-06-16 10:15:03.000000000 
+0200
@@ -1,4 +1,4 @@
-# This code is part of Perl distribution Log-Report version 1.45.
+# This code is part of Perl distribution Log-Report version 1.46.
 # The POD got stripped from this file by OODoc version 3.06.
 # For contributors see file ChangeLog.
 
@@ -10,7 +10,7 @@
 
 
 package Log::Report::Die;{
-our $VERSION = '1.45';
+our $VERSION = '1.46';
 }
 
 use parent 'Exporter';
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Report-1.45/lib/Log/Report/Die.pod 
new/Log-Report-1.46/lib/Log/Report/Die.pod
--- old/Log-Report-1.45/lib/Log/Report/Die.pod  2026-04-10 11:17:57.000000000 
+0200
+++ new/Log-Report-1.46/lib/Log/Report/Die.pod  2026-06-16 10:15:04.000000000 
+0200
@@ -78,8 +78,8 @@
 
 =head1 SEE ALSO
 
-This module is part of Log-Report version 1.45,
-built on April 10, 2026. Website: F<http://perl.overmeer.net/CPAN/>
+This module is part of Log-Report version 1.46,
+built on June 16, 2026. Website: F<http://perl.overmeer.net/CPAN/>
 
 =head1 LICENSE
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Log-Report-1.45/lib/Log/Report/Dispatcher/Callback.pm 
new/Log-Report-1.46/lib/Log/Report/Dispatcher/Callback.pm
--- old/Log-Report-1.45/lib/Log/Report/Dispatcher/Callback.pm   2026-04-10 
11:17:57.000000000 +0200
+++ new/Log-Report-1.46/lib/Log/Report/Dispatcher/Callback.pm   2026-06-16 
10:15:03.000000000 +0200
@@ -1,4 +1,4 @@
-# This code is part of Perl distribution Log-Report version 1.45.
+# This code is part of Perl distribution Log-Report version 1.46.
 # The POD got stripped from this file by OODoc version 3.06.
 # For contributors see file ChangeLog.
 
@@ -10,7 +10,7 @@
 
 
 package Log::Report::Dispatcher::Callback;{
-our $VERSION = '1.45';
+our $VERSION = '1.46';
 }
 
 use base 'Log::Report::Dispatcher';
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Log-Report-1.45/lib/Log/Report/Dispatcher/Callback.pod 
new/Log-Report-1.46/lib/Log/Report/Dispatcher/Callback.pod
--- old/Log-Report-1.45/lib/Log/Report/Dispatcher/Callback.pod  2026-04-10 
11:17:57.000000000 +0200
+++ new/Log-Report-1.46/lib/Log/Report/Dispatcher/Callback.pod  2026-06-16 
10:15:04.000000000 +0200
@@ -177,8 +177,8 @@
 
 =head1 SEE ALSO
 
-This module is part of Log-Report version 1.45,
-built on April 10, 2026. Website: F<http://perl.overmeer.net/CPAN/>
+This module is part of Log-Report version 1.46,
+built on June 16, 2026. Website: F<http://perl.overmeer.net/CPAN/>
 
 =head1 LICENSE
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Report-1.45/lib/Log/Report/Dispatcher/File.pm 
new/Log-Report-1.46/lib/Log/Report/Dispatcher/File.pm
--- old/Log-Report-1.45/lib/Log/Report/Dispatcher/File.pm       2026-04-10 
11:17:57.000000000 +0200
+++ new/Log-Report-1.46/lib/Log/Report/Dispatcher/File.pm       2026-06-16 
10:15:03.000000000 +0200
@@ -1,4 +1,4 @@
-# This code is part of Perl distribution Log-Report version 1.45.
+# This code is part of Perl distribution Log-Report version 1.46.
 # The POD got stripped from this file by OODoc version 3.06.
 # For contributors see file ChangeLog.
 
@@ -10,7 +10,7 @@
 
 
 package Log::Report::Dispatcher::File;{
-our $VERSION = '1.45';
+our $VERSION = '1.46';
 }
 
 use base 'Log::Report::Dispatcher';
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Report-1.45/lib/Log/Report/Dispatcher/File.pod 
new/Log-Report-1.46/lib/Log/Report/Dispatcher/File.pod
--- old/Log-Report-1.45/lib/Log/Report/Dispatcher/File.pod      2026-04-10 
11:17:57.000000000 +0200
+++ new/Log-Report-1.46/lib/Log/Report/Dispatcher/File.pod      2026-06-16 
10:15:04.000000000 +0200
@@ -282,8 +282,8 @@
 
 =head1 SEE ALSO
 
-This module is part of Log-Report version 1.45,
-built on April 10, 2026. Website: F<http://perl.overmeer.net/CPAN/>
+This module is part of Log-Report version 1.46,
+built on June 16, 2026. Website: F<http://perl.overmeer.net/CPAN/>
 
 =head1 LICENSE
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Log-Report-1.45/lib/Log/Report/Dispatcher/Log4perl.pm 
new/Log-Report-1.46/lib/Log/Report/Dispatcher/Log4perl.pm
--- old/Log-Report-1.45/lib/Log/Report/Dispatcher/Log4perl.pm   2026-04-10 
11:17:57.000000000 +0200
+++ new/Log-Report-1.46/lib/Log/Report/Dispatcher/Log4perl.pm   2026-06-16 
10:15:03.000000000 +0200
@@ -1,4 +1,4 @@
-# This code is part of Perl distribution Log-Report version 1.45.
+# This code is part of Perl distribution Log-Report version 1.46.
 # The POD got stripped from this file by OODoc version 3.06.
 # For contributors see file ChangeLog.
 
@@ -10,7 +10,7 @@
 
 
 package Log::Report::Dispatcher::Log4perl;{
-our $VERSION = '1.45';
+our $VERSION = '1.46';
 }
 
 use base 'Log::Report::Dispatcher';
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Log-Report-1.45/lib/Log/Report/Dispatcher/Log4perl.pod 
new/Log-Report-1.46/lib/Log/Report/Dispatcher/Log4perl.pod
--- old/Log-Report-1.45/lib/Log/Report/Dispatcher/Log4perl.pod  2026-04-10 
11:17:57.000000000 +0200
+++ new/Log-Report-1.46/lib/Log/Report/Dispatcher/Log4perl.pod  2026-06-16 
10:15:04.000000000 +0200
@@ -233,8 +233,8 @@
 
 =head1 SEE ALSO
 
-This module is part of Log-Report version 1.45,
-built on April 10, 2026. Website: F<http://perl.overmeer.net/CPAN/>
+This module is part of Log-Report version 1.46,
+built on June 16, 2026. Website: F<http://perl.overmeer.net/CPAN/>
 
 =head1 LICENSE
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Log-Report-1.45/lib/Log/Report/Dispatcher/LogDispatch.pm 
new/Log-Report-1.46/lib/Log/Report/Dispatcher/LogDispatch.pm
--- old/Log-Report-1.45/lib/Log/Report/Dispatcher/LogDispatch.pm        
2026-04-10 11:17:57.000000000 +0200
+++ new/Log-Report-1.46/lib/Log/Report/Dispatcher/LogDispatch.pm        
2026-06-16 10:15:03.000000000 +0200
@@ -1,4 +1,4 @@
-# This code is part of Perl distribution Log-Report version 1.45.
+# This code is part of Perl distribution Log-Report version 1.46.
 # The POD got stripped from this file by OODoc version 3.06.
 # For contributors see file ChangeLog.
 
@@ -10,7 +10,7 @@
 
 
 package Log::Report::Dispatcher::LogDispatch;{
-our $VERSION = '1.45';
+our $VERSION = '1.46';
 }
 
 use base 'Log::Report::Dispatcher';
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Log-Report-1.45/lib/Log/Report/Dispatcher/LogDispatch.pod 
new/Log-Report-1.46/lib/Log/Report/Dispatcher/LogDispatch.pod
--- old/Log-Report-1.45/lib/Log/Report/Dispatcher/LogDispatch.pod       
2026-04-10 11:17:57.000000000 +0200
+++ new/Log-Report-1.46/lib/Log/Report/Dispatcher/LogDispatch.pod       
2026-06-16 10:15:04.000000000 +0200
@@ -197,8 +197,8 @@
 
 =head1 SEE ALSO
 
-This module is part of Log-Report version 1.45,
-built on April 10, 2026. Website: F<http://perl.overmeer.net/CPAN/>
+This module is part of Log-Report version 1.46,
+built on June 16, 2026. Website: F<http://perl.overmeer.net/CPAN/>
 
 =head1 LICENSE
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Report-1.45/lib/Log/Report/Dispatcher/Perl.pm 
new/Log-Report-1.46/lib/Log/Report/Dispatcher/Perl.pm
--- old/Log-Report-1.45/lib/Log/Report/Dispatcher/Perl.pm       2026-04-10 
11:17:57.000000000 +0200
+++ new/Log-Report-1.46/lib/Log/Report/Dispatcher/Perl.pm       2026-06-16 
10:15:03.000000000 +0200
@@ -1,4 +1,4 @@
-# This code is part of Perl distribution Log-Report version 1.45.
+# This code is part of Perl distribution Log-Report version 1.46.
 # The POD got stripped from this file by OODoc version 3.06.
 # For contributors see file ChangeLog.
 
@@ -10,7 +10,7 @@
 
 
 package Log::Report::Dispatcher::Perl;{
-our $VERSION = '1.45';
+our $VERSION = '1.46';
 }
 
 use base 'Log::Report::Dispatcher';
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Report-1.45/lib/Log/Report/Dispatcher/Perl.pod 
new/Log-Report-1.46/lib/Log/Report/Dispatcher/Perl.pod
--- old/Log-Report-1.45/lib/Log/Report/Dispatcher/Perl.pod      2026-04-10 
11:17:57.000000000 +0200
+++ new/Log-Report-1.46/lib/Log/Report/Dispatcher/Perl.pod      2026-06-16 
10:15:04.000000000 +0200
@@ -57,8 +57,8 @@
 
 =head1 SEE ALSO
 
-This module is part of Log-Report version 1.45,
-built on April 10, 2026. Website: F<http://perl.overmeer.net/CPAN/>
+This module is part of Log-Report version 1.46,
+built on June 16, 2026. Website: F<http://perl.overmeer.net/CPAN/>
 
 =head1 LICENSE
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Report-1.45/lib/Log/Report/Dispatcher/Syslog.pm 
new/Log-Report-1.46/lib/Log/Report/Dispatcher/Syslog.pm
--- old/Log-Report-1.45/lib/Log/Report/Dispatcher/Syslog.pm     2026-04-10 
11:17:57.000000000 +0200
+++ new/Log-Report-1.46/lib/Log/Report/Dispatcher/Syslog.pm     2026-06-16 
10:15:03.000000000 +0200
@@ -1,4 +1,4 @@
-# This code is part of Perl distribution Log-Report version 1.45.
+# This code is part of Perl distribution Log-Report version 1.46.
 # The POD got stripped from this file by OODoc version 3.06.
 # For contributors see file ChangeLog.
 
@@ -10,7 +10,7 @@
 
 
 package Log::Report::Dispatcher::Syslog;{
-our $VERSION = '1.45';
+our $VERSION = '1.46';
 }
 
 use base 'Log::Report::Dispatcher';
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Report-1.45/lib/Log/Report/Dispatcher/Syslog.pod 
new/Log-Report-1.46/lib/Log/Report/Dispatcher/Syslog.pod
--- old/Log-Report-1.45/lib/Log/Report/Dispatcher/Syslog.pod    2026-04-10 
11:17:57.000000000 +0200
+++ new/Log-Report-1.46/lib/Log/Report/Dispatcher/Syslog.pod    2026-06-16 
10:15:04.000000000 +0200
@@ -230,8 +230,8 @@
 
 =head1 SEE ALSO
 
-This module is part of Log-Report version 1.45,
-built on April 10, 2026. Website: F<http://perl.overmeer.net/CPAN/>
+This module is part of Log-Report version 1.46,
+built on June 16, 2026. Website: F<http://perl.overmeer.net/CPAN/>
 
 =head1 LICENSE
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Report-1.45/lib/Log/Report/Dispatcher/Try.pm 
new/Log-Report-1.46/lib/Log/Report/Dispatcher/Try.pm
--- old/Log-Report-1.45/lib/Log/Report/Dispatcher/Try.pm        2026-04-10 
11:17:57.000000000 +0200
+++ new/Log-Report-1.46/lib/Log/Report/Dispatcher/Try.pm        2026-06-16 
10:15:03.000000000 +0200
@@ -1,4 +1,4 @@
-# This code is part of Perl distribution Log-Report version 1.45.
+# This code is part of Perl distribution Log-Report version 1.46.
 # The POD got stripped from this file by OODoc version 3.06.
 # For contributors see file ChangeLog.
 
@@ -10,7 +10,7 @@
 
 
 package Log::Report::Dispatcher::Try;{
-our $VERSION = '1.45';
+our $VERSION = '1.46';
 }
 
 use base 'Log::Report::Dispatcher';
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Report-1.45/lib/Log/Report/Dispatcher/Try.pod 
new/Log-Report-1.46/lib/Log/Report/Dispatcher/Try.pod
--- old/Log-Report-1.45/lib/Log/Report/Dispatcher/Try.pod       2026-04-10 
11:17:57.000000000 +0200
+++ new/Log-Report-1.46/lib/Log/Report/Dispatcher/Try.pod       2026-06-16 
10:15:04.000000000 +0200
@@ -323,8 +323,8 @@
 
 =head1 SEE ALSO
 
-This module is part of Log-Report version 1.45,
-built on April 10, 2026. Website: F<http://perl.overmeer.net/CPAN/>
+This module is part of Log-Report version 1.46,
+built on June 16, 2026. Website: F<http://perl.overmeer.net/CPAN/>
 
 =head1 LICENSE
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Report-1.45/lib/Log/Report/Dispatcher.pm 
new/Log-Report-1.46/lib/Log/Report/Dispatcher.pm
--- old/Log-Report-1.45/lib/Log/Report/Dispatcher.pm    2026-04-10 
11:17:57.000000000 +0200
+++ new/Log-Report-1.46/lib/Log/Report/Dispatcher.pm    2026-06-16 
10:15:03.000000000 +0200
@@ -1,4 +1,4 @@
-# This code is part of Perl distribution Log-Report version 1.45.
+# This code is part of Perl distribution Log-Report version 1.46.
 # The POD got stripped from this file by OODoc version 3.06.
 # For contributors see file ChangeLog.
 
@@ -10,7 +10,7 @@
 
 
 package Log::Report::Dispatcher;{
-our $VERSION = '1.45';
+our $VERSION = '1.46';
 }
 
 
@@ -103,7 +103,7 @@
 sub mode() { $_[0]->{mode} }
 
 #Please use C<dispatcher mode => $MODE;>
-sub defaultMode($) {$default_mode = $_[1]}
+sub defaultMode($) { $default_mode = $_[1] }
 
 # only to be used via Log::Report::dispatcher(mode => ...)
 # because requires re-investigating collective dispatcher needs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Report-1.45/lib/Log/Report/Dispatcher.pod 
new/Log-Report-1.46/lib/Log/Report/Dispatcher.pod
--- old/Log-Report-1.45/lib/Log/Report/Dispatcher.pod   2026-04-10 
11:17:57.000000000 +0200
+++ new/Log-Report-1.46/lib/Log/Report/Dispatcher.pod   2026-06-16 
10:15:04.000000000 +0200
@@ -411,8 +411,8 @@
 
 =head1 SEE ALSO
 
-This module is part of Log-Report version 1.45,
-built on April 10, 2026. Website: F<http://perl.overmeer.net/CPAN/>
+This module is part of Log-Report version 1.46,
+built on June 16, 2026. Website: F<http://perl.overmeer.net/CPAN/>
 
 =head1 LICENSE
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Report-1.45/lib/Log/Report/Domain.pm 
new/Log-Report-1.46/lib/Log/Report/Domain.pm
--- old/Log-Report-1.45/lib/Log/Report/Domain.pm        2026-04-10 
11:17:57.000000000 +0200
+++ new/Log-Report-1.46/lib/Log/Report/Domain.pm        2026-06-16 
10:15:03.000000000 +0200
@@ -1,4 +1,4 @@
-# This code is part of Perl distribution Log-Report version 1.45.
+# This code is part of Perl distribution Log-Report version 1.46.
 # The POD got stripped from this file by OODoc version 3.06.
 # For contributors see file ChangeLog.
 
@@ -10,7 +10,7 @@
 
 
 package Log::Report::Domain;{
-our $VERSION = '1.45';
+our $VERSION = '1.46';
 }
 
 use parent 'Log::Report::Minimal::Domain';
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Report-1.45/lib/Log/Report/Domain.pod 
new/Log-Report-1.46/lib/Log/Report/Domain.pod
--- old/Log-Report-1.45/lib/Log/Report/Domain.pod       2026-04-10 
11:17:57.000000000 +0200
+++ new/Log-Report-1.46/lib/Log/Report/Domain.pod       2026-06-16 
10:15:04.000000000 +0200
@@ -320,8 +320,8 @@
 
 =head1 SEE ALSO
 
-This module is part of Log-Report version 1.45,
-built on April 10, 2026. Website: F<http://perl.overmeer.net/CPAN/>
+This module is part of Log-Report version 1.46,
+built on June 16, 2026. Website: F<http://perl.overmeer.net/CPAN/>
 
 =head1 LICENSE
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Report-1.45/lib/Log/Report/Exception.pm 
new/Log-Report-1.46/lib/Log/Report/Exception.pm
--- old/Log-Report-1.45/lib/Log/Report/Exception.pm     2026-04-10 
11:17:57.000000000 +0200
+++ new/Log-Report-1.46/lib/Log/Report/Exception.pm     2026-06-16 
10:15:03.000000000 +0200
@@ -1,4 +1,4 @@
-# This code is part of Perl distribution Log-Report version 1.45.
+# This code is part of Perl distribution Log-Report version 1.46.
 # The POD got stripped from this file by OODoc version 3.06.
 # For contributors see file ChangeLog.
 
@@ -10,7 +10,7 @@
 
 
 package Log::Report::Exception;{
-our $VERSION = '1.45';
+our $VERSION = '1.46';
 }
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Report-1.45/lib/Log/Report/Exception.pod 
new/Log-Report-1.46/lib/Log/Report/Exception.pod
--- old/Log-Report-1.45/lib/Log/Report/Exception.pod    2026-04-10 
11:17:57.000000000 +0200
+++ new/Log-Report-1.46/lib/Log/Report/Exception.pod    2026-06-16 
10:15:04.000000000 +0200
@@ -181,8 +181,8 @@
 
 =head1 SEE ALSO
 
-This module is part of Log-Report version 1.45,
-built on April 10, 2026. Website: F<http://perl.overmeer.net/CPAN/>
+This module is part of Log-Report version 1.46,
+built on June 16, 2026. Website: F<http://perl.overmeer.net/CPAN/>
 
 =head1 LICENSE
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Report-1.45/lib/Log/Report/Message.pm 
new/Log-Report-1.46/lib/Log/Report/Message.pm
--- old/Log-Report-1.45/lib/Log/Report/Message.pm       2026-04-10 
11:17:57.000000000 +0200
+++ new/Log-Report-1.46/lib/Log/Report/Message.pm       2026-06-16 
10:15:03.000000000 +0200
@@ -1,4 +1,4 @@
-# This code is part of Perl distribution Log-Report version 1.45.
+# This code is part of Perl distribution Log-Report version 1.46.
 # The POD got stripped from this file by OODoc version 3.06.
 # For contributors see file ChangeLog.
 
@@ -10,7 +10,7 @@
 
 
 package Log::Report::Message;{
-our $VERSION = '1.45';
+our $VERSION = '1.46';
 }
 
 
@@ -69,7 +69,7 @@
 }
 
 # internal use only: to simplify __*p* functions
-sub _msgctxt($) {$_[0]->{_msgctxt} = $_[1]; $_[0]}
+sub _msgctxt($) { $_[0]->{_msgctxt} = $_[1]; $_[0] }
 
 
 sub clone(@)
@@ -123,7 +123,7 @@
 sub toString(;$)
 {      my ($self, $locale) = @_;
 
-       my $count   = $self->{_count} || 0;
+       my $count   = $self->{_count}   || 0;
        $locale     = $self->{_lang} if $self->{_lang};
        my $prepend = $self->{_prepend} // '';
        my $append  = $self->{_append}  // '';
@@ -160,7 +160,6 @@
 }
 
 
-
 my %tohtml = qw/  > gt   < lt   " quot  & amp /;
 
 sub toHTML(;$) { to_html($_[0]->toString($_[1])) }
@@ -214,7 +213,6 @@
        $class->new(%data);
 }
 
-
 #--------------------
 
 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Report-1.45/lib/Log/Report/Message.pod 
new/Log-Report-1.46/lib/Log/Report/Message.pod
--- old/Log-Report-1.45/lib/Log/Report/Message.pod      2026-04-10 
11:17:57.000000000 +0200
+++ new/Log-Report-1.46/lib/Log/Report/Message.pod      2026-06-16 
10:15:04.000000000 +0200
@@ -357,6 +357,17 @@
 or JSON.  Then, it can be reconstructed from the de-serialized data.
 At the moment, all facts can be preserved.
 
+ -Option    --Default
+  serializer  undef
+
+=over 2
+
+=item serializer => 'JSON'|'Serial'|...
+
+In the future, the specific serializer may influence the frozen output.
+
+=back
+
 » example: to thaw a frozen
 
   my $clone = Log::Report::Message->thaw($msg->freeze);
@@ -704,8 +715,8 @@
 
 =head1 SEE ALSO
 
-This module is part of Log-Report version 1.45,
-built on April 10, 2026. Website: F<http://perl.overmeer.net/CPAN/>
+This module is part of Log-Report version 1.46,
+built on June 16, 2026. Website: F<http://perl.overmeer.net/CPAN/>
 
 =head1 LICENSE
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Report-1.45/lib/Log/Report/Translator.pm 
new/Log-Report-1.46/lib/Log/Report/Translator.pm
--- old/Log-Report-1.45/lib/Log/Report/Translator.pm    2026-04-10 
11:17:57.000000000 +0200
+++ new/Log-Report-1.46/lib/Log/Report/Translator.pm    2026-06-16 
10:15:03.000000000 +0200
@@ -1,4 +1,4 @@
-# This code is part of Perl distribution Log-Report version 1.45.
+# This code is part of Perl distribution Log-Report version 1.46.
 # The POD got stripped from this file by OODoc version 3.06.
 # For contributors see file ChangeLog.
 
@@ -10,7 +10,7 @@
 
 
 package Log::Report::Translator;{
-our $VERSION = '1.45';
+our $VERSION = '1.46';
 }
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Report-1.45/lib/Log/Report/Translator.pod 
new/Log-Report-1.46/lib/Log/Report/Translator.pod
--- old/Log-Report-1.45/lib/Log/Report/Translator.pod   2026-04-10 
11:17:57.000000000 +0200
+++ new/Log-Report-1.46/lib/Log/Report/Translator.pod   2026-06-16 
10:15:04.000000000 +0200
@@ -68,8 +68,8 @@
 
 =head1 SEE ALSO
 
-This module is part of Log-Report version 1.45,
-built on April 10, 2026. Website: F<http://perl.overmeer.net/CPAN/>
+This module is part of Log-Report version 1.46,
+built on June 16, 2026. Website: F<http://perl.overmeer.net/CPAN/>
 
 =head1 LICENSE
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Report-1.45/lib/Log/Report.pm 
new/Log-Report-1.46/lib/Log/Report.pm
--- old/Log-Report-1.45/lib/Log/Report.pm       2026-04-10 11:17:57.000000000 
+0200
+++ new/Log-Report-1.46/lib/Log/Report.pm       2026-06-16 10:15:03.000000000 
+0200
@@ -1,4 +1,4 @@
-# This code is part of Perl distribution Log-Report version 1.45.
+# This code is part of Perl distribution Log-Report version 1.46.
 # The POD got stripped from this file by OODoc version 3.06.
 # For contributors see file ChangeLog.
 
@@ -10,7 +10,7 @@
 
 
 package Log::Report;{
-our $VERSION = '1.45';
+our $VERSION = '1.46';
 }
 
 use base 'Exporter';
@@ -26,7 +26,7 @@
 
 ### if you change anything here, you also have to change Log::Report::Minimal
 my @make_msg   = qw/__ __x __n __nx __xn N__ N__n N__w __p __px __np __npx/;
-my @functions  = qw/report dispatcher try textdomain/;
+my @functions  = qw/report dispatcher try textdomain default_dispatcher_mode/;
 my @reason_functions = qw/trace assert info notice warning mistake error fault 
alert failure panic/;
 
 our @EXPORT_OK = (@make_msg, @functions, @reason_functions);
@@ -136,7 +136,7 @@
        if(my $disp_names = $message->to)
        {       my %select = map +($_ => 1), ref $disp_names eq 'ARRAY' ? 
@$disp_names : $disp_names;
                @disp = grep $select{$_->name}, @disp;
-               push @disp, $try if defined $try && $select{try};
+               push @disp, $try if defined $try && !$select{try};
                @disp or return;
        }
 
@@ -436,6 +436,12 @@
 
        ### Log::Report options
 
+       if(my $msg_class = delete $opts{message_class})
+       {       $msg_class->isa($lrm)
+                       or error __x"message_class {class} does not extend 
{base}", base => $lrm, class => $msg_class;
+               $lrm = $msg_class;
+       }
+
        if(exists $opts{mode})
        {       $default_mode = delete $opts{mode} || 0;
                Log::Report::Dispatcher->defaultMode($default_mode);
@@ -458,12 +464,6 @@
                }
        }
 
-       if(my $msg_class = delete $opts{message_class})
-       {       $msg_class->isa($lrm)
-                       or error __x"message_class {class} does not extend 
{base}", base => $lrm, class => $msg_class;
-               $lrm = $msg_class;
-       }
-
        $class->export_to_level(1+$to_level, undef, @export);
 
        ### Log::Report::Domain configuration
@@ -478,6 +478,9 @@
        }
 }
 
+
+sub default_dispatcher_mode() { $default_mode }
+
 # deprecated, since we have a ::Domain object in 1.00
 sub translator($;$$$$)
 {      # replaced by (textdomain $domain)->configure
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Report-1.45/lib/Log/Report.pod 
new/Log-Report-1.46/lib/Log/Report.pod
--- old/Log-Report-1.45/lib/Log/Report.pod      2026-04-10 11:17:57.000000000 
+0200
+++ new/Log-Report-1.46/lib/Log/Report.pod      2026-06-16 10:15:04.000000000 
+0200
@@ -588,6 +588,10 @@
 
 =over 4
 
+=item B<default_dispatcher_mode>()
+
+[1.46] Returns the default run mode.
+
 =item $obj-E<gt>B<import>( [$level,][$domain,] %options )
 
 The import is automatically called when the package is compiled.  For all
@@ -1277,8 +1281,8 @@
 
 =head1 SEE ALSO
 
-This module is part of Log-Report version 1.45,
-built on April 10, 2026. Website: F<http://perl.overmeer.net/CPAN/>
+This module is part of Log-Report version 1.46,
+built on June 16, 2026. Website: F<http://perl.overmeer.net/CPAN/>
 
 =head1 LICENSE
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Report-1.45/lib/MojoX/Log/Report.pm 
new/Log-Report-1.46/lib/MojoX/Log/Report.pm
--- old/Log-Report-1.45/lib/MojoX/Log/Report.pm 2026-04-10 11:17:57.000000000 
+0200
+++ new/Log-Report-1.46/lib/MojoX/Log/Report.pm 2026-06-16 10:15:03.000000000 
+0200
@@ -1,4 +1,4 @@
-# This code is part of Perl distribution Log-Report version 1.45.
+# This code is part of Perl distribution Log-Report version 1.46.
 # The POD got stripped from this file by OODoc version 3.06.
 # For contributors see file ChangeLog.
 
@@ -10,7 +10,7 @@
 
 
 package MojoX::Log::Report;{
-our $VERSION = '1.45';
+our $VERSION = '1.46';
 }
 
 use Mojo::Base 'Mojo::Log';  # implies use strict etc
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Report-1.45/lib/MojoX/Log/Report.pod 
new/Log-Report-1.46/lib/MojoX/Log/Report.pod
--- old/Log-Report-1.45/lib/MojoX/Log/Report.pod        2026-04-10 
11:17:57.000000000 +0200
+++ new/Log-Report-1.46/lib/MojoX/Log/Report.pod        2026-06-16 
10:15:04.000000000 +0200
@@ -49,8 +49,8 @@
 
 =head1 SEE ALSO
 
-This module is part of Log-Report version 1.45,
-built on April 10, 2026. Website: F<http://perl.overmeer.net/CPAN/>
+This module is part of Log-Report version 1.46,
+built on June 16, 2026. Website: F<http://perl.overmeer.net/CPAN/>
 
 =head1 LICENSE
 

++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.xfOkNx/_old  2026-06-17 16:28:58.661776401 +0200
+++ /var/tmp/diff_new_pack.xfOkNx/_new  2026-06-17 16:28:58.677777067 +0200
@@ -1,6 +1,6 @@
-mtime: 1776150250
-commit: cfd632c4568409ae9f80f1f5bde6f5e3706fd96570886ce48e34175b82bdfeea
+mtime: 1781605323
+commit: 86597afdebd77b63f613a0286b12ac991c6b393d4b4ee9ca7751581310a20723
 url: https://src.opensuse.org/perl/perl-Log-Report
-revision: cfd632c4568409ae9f80f1f5bde6f5e3706fd96570886ce48e34175b82bdfeea
+revision: 86597afdebd77b63f613a0286b12ac991c6b393d4b4ee9ca7751581310a20723
 projectscmsync: https://src.opensuse.org/perl/_ObsPrj
 

++++++ build.specials.obscpio ++++++

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2026-06-16 12:22:03.000000000 +0200
@@ -0,0 +1 @@
+.osc

Reply via email to