diff -Nru liblog-report-perl-1.25/ChangeLog liblog-report-perl-1.26/ChangeLog --- liblog-report-perl-1.25/ChangeLog 2017-12-08 08:18:58.000000000 +0000 +++ liblog-report-perl-1.26/ChangeLog 2018-01-23 22:44:34.000000000 +0000 @@ -7,6 +7,12 @@ TODO: . connect to Message::Passing framework +version 1.26: + + Improvements: + - convert to GIT + - publish via GitHUB + version 1.25: Fri 8 Dec 09:18:23 CET 2017 Fixes: @@ -349,10 +355,10 @@ with eval(). But better use try(). version 0.995: Thu Aug 29 09:19:13 CEST 2013 + Fixes: - twice path '\' in t/53log4perl.t in Windows [cpantesters] -version 0.994: Thu Aug 22 16:12:08 CEST 2013 Fixes: - link to paper [Richard Still] - chicken-egg problem with error on illegal mode setting. diff -Nru liblog-report-perl-1.25/debian/changelog liblog-report-perl-1.26/debian/changelog --- liblog-report-perl-1.25/debian/changelog 2018-01-06 23:12:47.000000000 +0000 +++ liblog-report-perl-1.26/debian/changelog 2018-02-14 20:09:21.000000000 +0000 @@ -1,3 +1,11 @@ +liblog-report-perl (1.26-1) unstable; urgency=medium + + * New upstream release. + * Update debian/upstream/metadata. + * Update years of upstream copyright. + + -- gregor herrmann Wed, 14 Feb 2018 21:09:21 +0100 + liblog-report-perl (1.25-1) unstable; urgency=medium * New upstream release. diff -Nru liblog-report-perl-1.25/debian/copyright liblog-report-perl-1.26/debian/copyright --- liblog-report-perl-1.25/debian/copyright 2018-01-06 23:12:47.000000000 +0000 +++ liblog-report-perl-1.26/debian/copyright 2018-02-14 20:09:21.000000000 +0000 @@ -4,7 +4,7 @@ Upstream-Name: Log-Report Files: * -Copyright: 2007-2017, Mark Overmeer +Copyright: 2007-2018, Mark Overmeer License: Artistic or GPL-1+ Files: debian/* diff -Nru liblog-report-perl-1.25/debian/upstream/metadata liblog-report-perl-1.26/debian/upstream/metadata --- liblog-report-perl-1.25/debian/upstream/metadata 2018-01-06 23:12:47.000000000 +0000 +++ liblog-report-perl-1.26/debian/upstream/metadata 2018-02-14 20:09:21.000000000 +0000 @@ -2,3 +2,5 @@ Archive: CPAN Contact: Mark Overmeer Name: Log-Report +Repository: https://github.com/markov2/perl5-Log-Report.git +Repository-Browse: https://github.com/markov2/perl5-Log-Report diff -Nru liblog-report-perl-1.25/lib/Dancer/Logger/LogReport.pm liblog-report-perl-1.26/lib/Dancer/Logger/LogReport.pm --- liblog-report-perl-1.25/lib/Dancer/Logger/LogReport.pm 2017-12-08 08:18:58.000000000 +0000 +++ liblog-report-perl-1.26/lib/Dancer/Logger/LogReport.pm 2018-01-23 22:44:34.000000000 +0000 @@ -1,10 +1,14 @@ -# Copyrights 2007-2017 by [Mark Overmeer]. +# Copyrights 2007-2018 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.02. +# This code is part of distribution Log-Report. Meta-POD processed with +# OODoc into POD and HTML manual-pages. See README.md +# Copyright Mark Overmeer. Licensed under the same terms as Perl itself. + package Dancer::Logger::LogReport; use vars '$VERSION'; -$VERSION = '1.25'; +$VERSION = '1.26'; use base 'Dancer::Logger::Abstract', 'Exporter'; diff -Nru liblog-report-perl-1.25/lib/Dancer/Logger/LogReport.pod liblog-report-perl-1.26/lib/Dancer/Logger/LogReport.pod --- liblog-report-perl-1.25/lib/Dancer/Logger/LogReport.pod 2017-12-08 08:18:59.000000000 +0000 +++ liblog-report-perl-1.26/lib/Dancer/Logger/LogReport.pod 2018-01-23 22:44:35.000000000 +0000 @@ -61,12 +61,12 @@ =head1 SEE ALSO -This module is part of Log-Report distribution version 1.25, -built on December 08, 2017. Website: F +This module is part of Log-Report distribution version 1.26, +built on January 23, 2018. Website: F =head1 LICENSE -Copyrights 2007-2017 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2007-2018 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru liblog-report-perl-1.25/lib/Dancer2/Logger/LogReport.pm liblog-report-perl-1.26/lib/Dancer2/Logger/LogReport.pm --- liblog-report-perl-1.25/lib/Dancer2/Logger/LogReport.pm 2017-12-08 08:18:58.000000000 +0000 +++ liblog-report-perl-1.26/lib/Dancer2/Logger/LogReport.pm 2018-01-23 22:44:34.000000000 +0000 @@ -1,10 +1,14 @@ -# Copyrights 2007-2017 by [Mark Overmeer]. +# Copyrights 2007-2018 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.02. +# This code is part of distribution Log-Report. Meta-POD processed with +# OODoc into POD and HTML manual-pages. See README.md +# Copyright Mark Overmeer. Licensed under the same terms as Perl itself. + package Dancer2::Logger::LogReport; use vars '$VERSION'; -$VERSION = '1.25'; +$VERSION = '1.26'; # ABSTRACT: Dancer2 logger engine for Log::Report diff -Nru liblog-report-perl-1.25/lib/Dancer2/Logger/LogReport.pod liblog-report-perl-1.26/lib/Dancer2/Logger/LogReport.pod --- liblog-report-perl-1.25/lib/Dancer2/Logger/LogReport.pod 2017-12-08 08:18:59.000000000 +0000 +++ liblog-report-perl-1.26/lib/Dancer2/Logger/LogReport.pod 2018-01-23 22:44:35.000000000 +0000 @@ -71,12 +71,12 @@ =head1 SEE ALSO -This module is part of Log-Report distribution version 1.25, -built on December 08, 2017. Website: F +This module is part of Log-Report distribution version 1.26, +built on January 23, 2018. Website: F =head1 LICENSE -Copyrights 2007-2017 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2007-2018 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru liblog-report-perl-1.25/lib/Dancer2/Plugin/LogReport/Message.pm liblog-report-perl-1.26/lib/Dancer2/Plugin/LogReport/Message.pm --- liblog-report-perl-1.25/lib/Dancer2/Plugin/LogReport/Message.pm 2017-12-08 08:18:58.000000000 +0000 +++ liblog-report-perl-1.26/lib/Dancer2/Plugin/LogReport/Message.pm 2018-01-23 22:44:34.000000000 +0000 @@ -1,17 +1,20 @@ -# Copyrights 2007-2017 by [Mark Overmeer]. +# Copyrights 2007-2018 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.02. -use strict; -use warnings; +# This code is part of distribution Log-Report. Meta-POD processed with +# OODoc into POD and HTML manual-pages. See README.md +# Copyright Mark Overmeer. Licensed under the same terms as Perl itself. package Dancer2::Plugin::LogReport::Message; use vars '$VERSION'; -$VERSION = '1.25'; - +$VERSION = '1.26'; use parent 'Log::Report::Message'; +use strict; +use warnings; + sub init($) { my ($self, $args) = @_; diff -Nru liblog-report-perl-1.25/lib/Dancer2/Plugin/LogReport/Message.pod liblog-report-perl-1.26/lib/Dancer2/Plugin/LogReport/Message.pod --- liblog-report-perl-1.25/lib/Dancer2/Plugin/LogReport/Message.pod 2017-12-08 08:18:59.000000000 +0000 +++ liblog-report-perl-1.26/lib/Dancer2/Plugin/LogReport/Message.pod 2018-01-23 22:44:35.000000000 +0000 @@ -77,12 +77,12 @@ =head1 SEE ALSO -This module is part of Log-Report distribution version 1.25, -built on December 08, 2017. Website: F +This module is part of Log-Report distribution version 1.26, +built on January 23, 2018. Website: F =head1 LICENSE -Copyrights 2007-2017 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2007-2018 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru liblog-report-perl-1.25/lib/Dancer2/Plugin/LogReport.pm liblog-report-perl-1.26/lib/Dancer2/Plugin/LogReport.pm --- liblog-report-perl-1.25/lib/Dancer2/Plugin/LogReport.pm 2017-12-08 08:18:58.000000000 +0000 +++ liblog-report-perl-1.26/lib/Dancer2/Plugin/LogReport.pm 2018-01-23 22:44:34.000000000 +0000 @@ -1,10 +1,14 @@ -# Copyrights 2007-2017 by [Mark Overmeer]. +# Copyrights 2007-2018 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.02. +# This code is part of distribution Log-Report. Meta-POD processed with +# OODoc into POD and HTML manual-pages. See README.md +# Copyright Mark Overmeer. Licensed under the same terms as Perl itself. + package Dancer2::Plugin::LogReport; use vars '$VERSION'; -$VERSION = '1.25'; +$VERSION = '1.26'; use warnings; diff -Nru liblog-report-perl-1.25/lib/Dancer2/Plugin/LogReport.pod liblog-report-perl-1.26/lib/Dancer2/Plugin/LogReport.pod --- liblog-report-perl-1.25/lib/Dancer2/Plugin/LogReport.pod 2017-12-08 08:18:59.000000000 +0000 +++ liblog-report-perl-1.26/lib/Dancer2/Plugin/LogReport.pod 2018-01-23 22:44:35.000000000 +0000 @@ -466,12 +466,12 @@ =head1 SEE ALSO -This module is part of Log-Report distribution version 1.25, -built on December 08, 2017. Website: F +This module is part of Log-Report distribution version 1.26, +built on January 23, 2018. Website: F =head1 LICENSE -Copyrights 2007-2017 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2007-2018 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru liblog-report-perl-1.25/lib/Log/Report/DBIC/Profiler.pm liblog-report-perl-1.26/lib/Log/Report/DBIC/Profiler.pm --- liblog-report-perl-1.25/lib/Log/Report/DBIC/Profiler.pm 2017-12-08 08:18:58.000000000 +0000 +++ liblog-report-perl-1.26/lib/Log/Report/DBIC/Profiler.pm 2018-01-23 22:44:34.000000000 +0000 @@ -1,16 +1,20 @@ -# Copyrights 2007-2017 by [Mark Overmeer]. +# Copyrights 2007-2018 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.02. -use strict; -use warnings; +# This code is part of distribution Log-Report. Meta-POD processed with +# OODoc into POD and HTML manual-pages. See README.md +# Copyright Mark Overmeer. Licensed under the same terms as Perl itself. package Log::Report::DBIC::Profiler; use vars '$VERSION'; -$VERSION = '1.25'; +$VERSION = '1.26'; use base 'DBIx::Class::Storage::Statistics'; +use strict; +use warnings; + use Log::Report 'log-report', import => 'trace'; use Time::HiRes qw(time); diff -Nru liblog-report-perl-1.25/lib/Log/Report/DBIC/Profiler.pod liblog-report-perl-1.26/lib/Log/Report/DBIC/Profiler.pod --- liblog-report-perl-1.25/lib/Log/Report/DBIC/Profiler.pod 2017-12-08 08:18:59.000000000 +0000 +++ liblog-report-perl-1.26/lib/Log/Report/DBIC/Profiler.pod 2018-01-23 22:44:35.000000000 +0000 @@ -33,12 +33,12 @@ =head1 SEE ALSO -This module is part of Log-Report distribution version 1.25, -built on December 08, 2017. Website: F +This module is part of Log-Report distribution version 1.26, +built on January 23, 2018. Website: F =head1 LICENSE -Copyrights 2007-2017 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2007-2018 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru liblog-report-perl-1.25/lib/Log/Report/Die.pm liblog-report-perl-1.26/lib/Log/Report/Die.pm --- liblog-report-perl-1.25/lib/Log/Report/Die.pm 2017-12-08 08:18:58.000000000 +0000 +++ liblog-report-perl-1.26/lib/Log/Report/Die.pm 2018-01-23 22:44:34.000000000 +0000 @@ -1,16 +1,20 @@ -# Copyrights 2007-2017 by [Mark Overmeer]. +# Copyrights 2007-2018 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.02. -use warnings; -use strict; +# This code is part of distribution Log-Report. Meta-POD processed with +# OODoc into POD and HTML manual-pages. See README.md +# Copyright Mark Overmeer. Licensed under the same terms as Perl itself. package Log::Report::Die; use vars '$VERSION'; -$VERSION = '1.25'; +$VERSION = '1.26'; use base 'Exporter'; +use warnings; +use strict; + our @EXPORT = qw/die_decode exception_decode/; use POSIX qw/locale_h/; diff -Nru liblog-report-perl-1.25/lib/Log/Report/Die.pod liblog-report-perl-1.26/lib/Log/Report/Die.pod --- liblog-report-perl-1.25/lib/Log/Report/Die.pod 2017-12-08 08:18:59.000000000 +0000 +++ liblog-report-perl-1.26/lib/Log/Report/Die.pod 2018-01-23 22:44:35.000000000 +0000 @@ -78,12 +78,12 @@ =head1 SEE ALSO -This module is part of Log-Report distribution version 1.25, -built on December 08, 2017. Website: F +This module is part of Log-Report distribution version 1.26, +built on January 23, 2018. Website: F =head1 LICENSE -Copyrights 2007-2017 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2007-2018 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru liblog-report-perl-1.25/lib/Log/Report/Dispatcher/Callback.pm liblog-report-perl-1.26/lib/Log/Report/Dispatcher/Callback.pm --- liblog-report-perl-1.25/lib/Log/Report/Dispatcher/Callback.pm 2017-12-08 08:18:58.000000000 +0000 +++ liblog-report-perl-1.26/lib/Log/Report/Dispatcher/Callback.pm 2018-01-23 22:44:34.000000000 +0000 @@ -1,16 +1,20 @@ -# Copyrights 2007-2017 by [Mark Overmeer]. +# Copyrights 2007-2018 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.02. -use warnings; -use strict; +# This code is part of distribution Log-Report. Meta-POD processed with +# OODoc into POD and HTML manual-pages. See README.md +# Copyright Mark Overmeer. Licensed under the same terms as Perl itself. package Log::Report::Dispatcher::Callback; use vars '$VERSION'; -$VERSION = '1.25'; +$VERSION = '1.26'; use base 'Log::Report::Dispatcher'; +use warnings; +use strict; + use Log::Report 'log-report'; diff -Nru liblog-report-perl-1.25/lib/Log/Report/Dispatcher/Callback.pod liblog-report-perl-1.26/lib/Log/Report/Dispatcher/Callback.pod --- liblog-report-perl-1.25/lib/Log/Report/Dispatcher/Callback.pod 2017-12-08 08:18:59.000000000 +0000 +++ liblog-report-perl-1.26/lib/Log/Report/Dispatcher/Callback.pod 2018-01-23 22:44:35.000000000 +0000 @@ -174,12 +174,12 @@ =head1 SEE ALSO -This module is part of Log-Report distribution version 1.25, -built on December 08, 2017. Website: F +This module is part of Log-Report distribution version 1.26, +built on January 23, 2018. Website: F =head1 LICENSE -Copyrights 2007-2017 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2007-2018 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru liblog-report-perl-1.25/lib/Log/Report/Dispatcher/File.pm liblog-report-perl-1.26/lib/Log/Report/Dispatcher/File.pm --- liblog-report-perl-1.25/lib/Log/Report/Dispatcher/File.pm 2017-12-08 08:18:58.000000000 +0000 +++ liblog-report-perl-1.26/lib/Log/Report/Dispatcher/File.pm 2018-01-23 22:44:34.000000000 +0000 @@ -1,16 +1,20 @@ -# Copyrights 2007-2017 by [Mark Overmeer]. +# Copyrights 2007-2018 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.02. -use warnings; -use strict; +# This code is part of distribution Log-Report. Meta-POD processed with +# OODoc into POD and HTML manual-pages. See README.md +# Copyright Mark Overmeer. Licensed under the same terms as Perl itself. package Log::Report::Dispatcher::File; use vars '$VERSION'; -$VERSION = '1.25'; +$VERSION = '1.26'; use base 'Log::Report::Dispatcher'; +use warnings; +use strict; + use Log::Report 'log-report'; use IO::File (); use POSIX qw/strftime/; diff -Nru liblog-report-perl-1.25/lib/Log/Report/Dispatcher/File.pod liblog-report-perl-1.26/lib/Log/Report/Dispatcher/File.pod --- liblog-report-perl-1.25/lib/Log/Report/Dispatcher/File.pod 2017-12-08 08:18:59.000000000 +0000 +++ liblog-report-perl-1.26/lib/Log/Report/Dispatcher/File.pod 2018-01-23 22:44:35.000000000 +0000 @@ -259,12 +259,12 @@ =head1 SEE ALSO -This module is part of Log-Report distribution version 1.25, -built on December 08, 2017. Website: F +This module is part of Log-Report distribution version 1.26, +built on January 23, 2018. Website: F =head1 LICENSE -Copyrights 2007-2017 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2007-2018 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru liblog-report-perl-1.25/lib/Log/Report/Dispatcher/Log4perl.pm liblog-report-perl-1.26/lib/Log/Report/Dispatcher/Log4perl.pm --- liblog-report-perl-1.25/lib/Log/Report/Dispatcher/Log4perl.pm 2017-12-08 08:18:58.000000000 +0000 +++ liblog-report-perl-1.26/lib/Log/Report/Dispatcher/Log4perl.pm 2018-01-23 22:44:34.000000000 +0000 @@ -1,16 +1,20 @@ -# Copyrights 2007-2017 by [Mark Overmeer]. +# Copyrights 2007-2018 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.02. -use warnings; -use strict; +# This code is part of distribution Log-Report. Meta-POD processed with +# OODoc into POD and HTML manual-pages. See README.md +# Copyright Mark Overmeer. Licensed under the same terms as Perl itself. package Log::Report::Dispatcher::Log4perl; use vars '$VERSION'; -$VERSION = '1.25'; +$VERSION = '1.26'; use base 'Log::Report::Dispatcher'; +use warnings; +use strict; + use Log::Report 'log-report'; use Log::Report::Util qw/@reasons expand_reasons/; diff -Nru liblog-report-perl-1.25/lib/Log/Report/Dispatcher/Log4perl.pod liblog-report-perl-1.26/lib/Log/Report/Dispatcher/Log4perl.pod --- liblog-report-perl-1.25/lib/Log/Report/Dispatcher/Log4perl.pod 2017-12-08 08:18:59.000000000 +0000 +++ liblog-report-perl-1.26/lib/Log/Report/Dispatcher/Log4perl.pod 2018-01-23 22:44:35.000000000 +0000 @@ -230,12 +230,12 @@ =head1 SEE ALSO -This module is part of Log-Report distribution version 1.25, -built on December 08, 2017. Website: F +This module is part of Log-Report distribution version 1.26, +built on January 23, 2018. Website: F =head1 LICENSE -Copyrights 2007-2017 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2007-2018 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru liblog-report-perl-1.25/lib/Log/Report/Dispatcher/LogDispatch.pm liblog-report-perl-1.26/lib/Log/Report/Dispatcher/LogDispatch.pm --- liblog-report-perl-1.25/lib/Log/Report/Dispatcher/LogDispatch.pm 2017-12-08 08:18:58.000000000 +0000 +++ liblog-report-perl-1.26/lib/Log/Report/Dispatcher/LogDispatch.pm 2018-01-23 22:44:34.000000000 +0000 @@ -1,16 +1,20 @@ -# Copyrights 2007-2017 by [Mark Overmeer]. +# Copyrights 2007-2018 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.02. -use warnings; -use strict; +# This code is part of distribution Log-Report. Meta-POD processed with +# OODoc into POD and HTML manual-pages. See README.md +# Copyright Mark Overmeer. Licensed under the same terms as Perl itself. package Log::Report::Dispatcher::LogDispatch; use vars '$VERSION'; -$VERSION = '1.25'; +$VERSION = '1.26'; use base 'Log::Report::Dispatcher'; +use warnings; +use strict; + use Log::Report 'log-report', syntax => 'SHORT'; use Log::Report::Util qw/@reasons expand_reasons/; diff -Nru liblog-report-perl-1.25/lib/Log/Report/Dispatcher/LogDispatch.pod liblog-report-perl-1.26/lib/Log/Report/Dispatcher/LogDispatch.pod --- liblog-report-perl-1.25/lib/Log/Report/Dispatcher/LogDispatch.pod 2017-12-08 08:18:59.000000000 +0000 +++ liblog-report-perl-1.26/lib/Log/Report/Dispatcher/LogDispatch.pod 2018-01-23 22:44:35.000000000 +0000 @@ -194,12 +194,12 @@ =head1 SEE ALSO -This module is part of Log-Report distribution version 1.25, -built on December 08, 2017. Website: F +This module is part of Log-Report distribution version 1.26, +built on January 23, 2018. Website: F =head1 LICENSE -Copyrights 2007-2017 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2007-2018 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru liblog-report-perl-1.25/lib/Log/Report/Dispatcher/Perl.pm liblog-report-perl-1.26/lib/Log/Report/Dispatcher/Perl.pm --- liblog-report-perl-1.25/lib/Log/Report/Dispatcher/Perl.pm 2017-12-08 08:18:58.000000000 +0000 +++ liblog-report-perl-1.26/lib/Log/Report/Dispatcher/Perl.pm 2018-01-23 22:44:34.000000000 +0000 @@ -1,16 +1,20 @@ -# Copyrights 2007-2017 by [Mark Overmeer]. +# Copyrights 2007-2018 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.02. -use warnings; -use strict; +# This code is part of distribution Log-Report. Meta-POD processed with +# OODoc into POD and HTML manual-pages. See README.md +# Copyright Mark Overmeer. Licensed under the same terms as Perl itself. package Log::Report::Dispatcher::Perl; use vars '$VERSION'; -$VERSION = '1.25'; +$VERSION = '1.26'; use base 'Log::Report::Dispatcher'; +use warnings; +use strict; + use Log::Report 'log-report'; use IO::File; diff -Nru liblog-report-perl-1.25/lib/Log/Report/Dispatcher/Perl.pod liblog-report-perl-1.26/lib/Log/Report/Dispatcher/Perl.pod --- liblog-report-perl-1.25/lib/Log/Report/Dispatcher/Perl.pod 2017-12-08 08:18:59.000000000 +0000 +++ liblog-report-perl-1.26/lib/Log/Report/Dispatcher/Perl.pod 2018-01-23 22:44:35.000000000 +0000 @@ -39,12 +39,12 @@ =head1 SEE ALSO -This module is part of Log-Report distribution version 1.25, -built on December 08, 2017. Website: F +This module is part of Log-Report distribution version 1.26, +built on January 23, 2018. Website: F =head1 LICENSE -Copyrights 2007-2017 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2007-2018 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru liblog-report-perl-1.25/lib/Log/Report/Dispatcher/Syslog.pm liblog-report-perl-1.26/lib/Log/Report/Dispatcher/Syslog.pm --- liblog-report-perl-1.25/lib/Log/Report/Dispatcher/Syslog.pm 2017-12-08 08:18:58.000000000 +0000 +++ liblog-report-perl-1.26/lib/Log/Report/Dispatcher/Syslog.pm 2018-01-23 22:44:34.000000000 +0000 @@ -1,16 +1,20 @@ -# Copyrights 2007-2017 by [Mark Overmeer]. +# Copyrights 2007-2018 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.02. -use warnings; -use strict; +# This code is part of distribution Log-Report. Meta-POD processed with +# OODoc into POD and HTML manual-pages. See README.md +# Copyright Mark Overmeer. Licensed under the same terms as Perl itself. package Log::Report::Dispatcher::Syslog; use vars '$VERSION'; -$VERSION = '1.25'; +$VERSION = '1.26'; use base 'Log::Report::Dispatcher'; +use warnings; +use strict; + use Log::Report 'log-report'; use Sys::Syslog qw/:standard :extended :macros/; diff -Nru liblog-report-perl-1.25/lib/Log/Report/Dispatcher/Syslog.pod liblog-report-perl-1.26/lib/Log/Report/Dispatcher/Syslog.pod --- liblog-report-perl-1.25/lib/Log/Report/Dispatcher/Syslog.pod 2017-12-08 08:18:59.000000000 +0000 +++ liblog-report-perl-1.26/lib/Log/Report/Dispatcher/Syslog.pod 2018-01-23 22:44:35.000000000 +0000 @@ -223,12 +223,12 @@ =head1 SEE ALSO -This module is part of Log-Report distribution version 1.25, -built on December 08, 2017. Website: F +This module is part of Log-Report distribution version 1.26, +built on January 23, 2018. Website: F =head1 LICENSE -Copyrights 2007-2017 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2007-2018 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru liblog-report-perl-1.25/lib/Log/Report/Dispatcher/Try.pm liblog-report-perl-1.26/lib/Log/Report/Dispatcher/Try.pm --- liblog-report-perl-1.25/lib/Log/Report/Dispatcher/Try.pm 2017-12-08 08:18:58.000000000 +0000 +++ liblog-report-perl-1.26/lib/Log/Report/Dispatcher/Try.pm 2018-01-23 22:44:34.000000000 +0000 @@ -1,16 +1,20 @@ -# Copyrights 2007-2017 by [Mark Overmeer]. +# Copyrights 2007-2018 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.02. -use warnings; -use strict; +# This code is part of distribution Log-Report. Meta-POD processed with +# OODoc into POD and HTML manual-pages. See README.md +# Copyright Mark Overmeer. Licensed under the same terms as Perl itself. package Log::Report::Dispatcher::Try; use vars '$VERSION'; -$VERSION = '1.25'; +$VERSION = '1.26'; use base 'Log::Report::Dispatcher'; +use warnings; +use strict; + use Log::Report 'log-report', syntax => 'SHORT'; use Log::Report::Exception (); use Log::Report::Util qw/%reason_code/; diff -Nru liblog-report-perl-1.25/lib/Log/Report/Dispatcher/Try.pod liblog-report-perl-1.26/lib/Log/Report/Dispatcher/Try.pod --- liblog-report-perl-1.25/lib/Log/Report/Dispatcher/Try.pod 2017-12-08 08:18:59.000000000 +0000 +++ liblog-report-perl-1.26/lib/Log/Report/Dispatcher/Try.pod 2018-01-23 22:44:35.000000000 +0000 @@ -312,12 +312,12 @@ =head1 SEE ALSO -This module is part of Log-Report distribution version 1.25, -built on December 08, 2017. Website: F +This module is part of Log-Report distribution version 1.26, +built on January 23, 2018. Website: F =head1 LICENSE -Copyrights 2007-2017 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2007-2018 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru liblog-report-perl-1.25/lib/Log/Report/Dispatcher.pm liblog-report-perl-1.26/lib/Log/Report/Dispatcher.pm --- liblog-report-perl-1.25/lib/Log/Report/Dispatcher.pm 2017-12-08 08:18:58.000000000 +0000 +++ liblog-report-perl-1.26/lib/Log/Report/Dispatcher.pm 2018-01-23 22:44:34.000000000 +0000 @@ -1,14 +1,18 @@ -# Copyrights 2007-2017 by [Mark Overmeer]. +# Copyrights 2007-2018 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.02. -use warnings; -use strict; +# This code is part of distribution Log-Report. Meta-POD processed with +# OODoc into POD and HTML manual-pages. See README.md +# Copyright Mark Overmeer. Licensed under the same terms as Perl itself. package Log::Report::Dispatcher; use vars '$VERSION'; -$VERSION = '1.25'; +$VERSION = '1.26'; + +use warnings; +use strict; use Log::Report 'log-report'; use Log::Report::Util qw/parse_locale expand_reasons %reason_code diff -Nru liblog-report-perl-1.25/lib/Log/Report/Dispatcher.pod liblog-report-perl-1.26/lib/Log/Report/Dispatcher.pod --- liblog-report-perl-1.25/lib/Log/Report/Dispatcher.pod 2017-12-08 08:18:59.000000000 +0000 +++ liblog-report-perl-1.26/lib/Log/Report/Dispatcher.pod 2018-01-23 22:44:35.000000000 +0000 @@ -395,12 +395,12 @@ =head1 SEE ALSO -This module is part of Log-Report distribution version 1.25, -built on December 08, 2017. Website: F +This module is part of Log-Report distribution version 1.26, +built on January 23, 2018. Website: F =head1 LICENSE -Copyrights 2007-2017 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2007-2018 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru liblog-report-perl-1.25/lib/Log/Report/Domain.pm liblog-report-perl-1.26/lib/Log/Report/Domain.pm --- liblog-report-perl-1.25/lib/Log/Report/Domain.pm 2017-12-08 08:18:58.000000000 +0000 +++ liblog-report-perl-1.26/lib/Log/Report/Domain.pm 2018-01-23 22:44:34.000000000 +0000 @@ -1,16 +1,20 @@ -# Copyrights 2007-2017 by [Mark Overmeer]. +# Copyrights 2007-2018 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.02. -use warnings; -use strict; +# This code is part of distribution Log-Report. Meta-POD processed with +# OODoc into POD and HTML manual-pages. See README.md +# Copyright Mark Overmeer. Licensed under the same terms as Perl itself. package Log::Report::Domain; use vars '$VERSION'; -$VERSION = '1.25'; +$VERSION = '1.26'; use base 'Log::Report::Minimal::Domain'; +use warnings; +use strict; + use Log::Report 'log-report'; use Log::Report::Util qw/parse_locale/; use Scalar::Util qw/blessed/; diff -Nru liblog-report-perl-1.25/lib/Log/Report/Domain.pod liblog-report-perl-1.26/lib/Log/Report/Domain.pod --- liblog-report-perl-1.25/lib/Log/Report/Domain.pod 2017-12-08 08:18:59.000000000 +0000 +++ liblog-report-perl-1.26/lib/Log/Report/Domain.pod 2018-01-23 22:44:35.000000000 +0000 @@ -284,12 +284,12 @@ =head1 SEE ALSO -This module is part of Log-Report distribution version 1.25, -built on December 08, 2017. Website: F +This module is part of Log-Report distribution version 1.26, +built on January 23, 2018. Website: F =head1 LICENSE -Copyrights 2007-2017 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2007-2018 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru liblog-report-perl-1.25/lib/Log/Report/Exception.pm liblog-report-perl-1.26/lib/Log/Report/Exception.pm --- liblog-report-perl-1.25/lib/Log/Report/Exception.pm 2017-12-08 08:18:58.000000000 +0000 +++ liblog-report-perl-1.26/lib/Log/Report/Exception.pm 2018-01-23 22:44:34.000000000 +0000 @@ -1,14 +1,18 @@ -# Copyrights 2007-2017 by [Mark Overmeer]. +# Copyrights 2007-2018 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.02. -use warnings; -use strict; +# This code is part of distribution Log-Report. Meta-POD processed with +# OODoc into POD and HTML manual-pages. See README.md +# Copyright Mark Overmeer. Licensed under the same terms as Perl itself. package Log::Report::Exception; use vars '$VERSION'; -$VERSION = '1.25'; +$VERSION = '1.26'; + +use warnings; +use strict; use Log::Report 'log-report'; use Log::Report::Util qw/is_fatal to_html/; diff -Nru liblog-report-perl-1.25/lib/Log/Report/Exception.pod liblog-report-perl-1.26/lib/Log/Report/Exception.pod --- liblog-report-perl-1.25/lib/Log/Report/Exception.pod 2017-12-08 08:18:59.000000000 +0000 +++ liblog-report-perl-1.26/lib/Log/Report/Exception.pod 2018-01-23 22:44:35.000000000 +0000 @@ -152,12 +152,12 @@ =head1 SEE ALSO -This module is part of Log-Report distribution version 1.25, -built on December 08, 2017. Website: F +This module is part of Log-Report distribution version 1.26, +built on January 23, 2018. Website: F =head1 LICENSE -Copyrights 2007-2017 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2007-2018 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru liblog-report-perl-1.25/lib/Log/Report/Message.pm liblog-report-perl-1.26/lib/Log/Report/Message.pm --- liblog-report-perl-1.25/lib/Log/Report/Message.pm 2017-12-08 08:18:58.000000000 +0000 +++ liblog-report-perl-1.26/lib/Log/Report/Message.pm 2018-01-23 22:44:34.000000000 +0000 @@ -1,14 +1,18 @@ -# Copyrights 2007-2017 by [Mark Overmeer]. +# Copyrights 2007-2018 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.02. -use warnings; -use strict; +# This code is part of distribution Log-Report. Meta-POD processed with +# OODoc into POD and HTML manual-pages. See README.md +# Copyright Mark Overmeer. Licensed under the same terms as Perl itself. package Log::Report::Message; use vars '$VERSION'; -$VERSION = '1.25'; +$VERSION = '1.26'; + +use warnings; +use strict; use Log::Report 'log-report'; use POSIX qw/locale_h/; diff -Nru liblog-report-perl-1.25/lib/Log/Report/Message.pod liblog-report-perl-1.26/lib/Log/Report/Message.pod --- liblog-report-perl-1.25/lib/Log/Report/Message.pod 2017-12-08 08:18:59.000000000 +0000 +++ liblog-report-perl-1.26/lib/Log/Report/Message.pod 2018-01-23 22:44:35.000000000 +0000 @@ -553,12 +553,12 @@ =head1 SEE ALSO -This module is part of Log-Report distribution version 1.25, -built on December 08, 2017. Website: F +This module is part of Log-Report distribution version 1.26, +built on January 23, 2018. Website: F =head1 LICENSE -Copyrights 2007-2017 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2007-2018 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru liblog-report-perl-1.25/lib/Log/Report/messages/first-domain.utf-8.po liblog-report-perl-1.26/lib/Log/Report/messages/first-domain.utf-8.po --- liblog-report-perl-1.25/lib/Log/Report/messages/first-domain.utf-8.po 1970-01-01 00:00:00.000000000 +0000 +++ liblog-report-perl-1.26/lib/Log/Report/messages/first-domain.utf-8.po 2018-01-23 22:44:34.000000000 +0000 @@ -0,0 +1,136 @@ +#. Header generated with Log::Report::Lexicon::POT 0.0 +msgid "" +msgstr "" +"Project-Id-Version: first-domain 0.01\n" +"Report-Msgid-Bugs-To:\n" +"POT-Creation-Date: 2012-08-30 21:00+0200\n" +"PO-Revision-Date: 2012-08-30 21:00+0200\n" +"Last-Translator:\n" +"Language-Team:\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n" + +#: t/40ppi.t:54 +#, fuzzy +msgid "a1" +msgstr "" + +#: t/40ppi.t:55 +#, fuzzy +msgid "a2" +msgstr "" + +#: t/40ppi.t:56 +#, fuzzy +msgid "a3a" +msgstr "" + +#: t/40ppi.t:57 +#, fuzzy +msgid "a4" +msgstr "" + +#: t/40ppi.t:62 +#, fuzzy +msgid "b2" +msgstr "" + +#: t/40ppi.t:63 +#, fuzzy +msgid "b3a" +msgstr "" + +#: t/40ppi.t:64 +#, fuzzy +msgid "b4" +msgstr "" + +#: t/40ppi.t:65 +#, fuzzy +msgid "b5a" +msgstr "" + +#: t/40ppi.t:66 +#, fuzzy +msgid "b6a" +msgstr "" + +#: t/40ppi.t:67 +#, fuzzy +msgid "b7a" +msgstr "" + +#: t/40ppi.t:68 +#, fuzzy +msgid "b8a" +msgstr "" + +#: t/40ppi.t:69 +#, fuzzy +msgid "b9a" +msgstr "" + +#: t/40ppi.t:71 +#, fuzzy +msgid "c1" +msgid_plural "c2" +msgstr[0] "" +msgstr[1] "" + +#: t/40ppi.t:72 +#, fuzzy +msgid "c3" +msgid_plural "c4" +msgstr[0] "" +msgstr[1] "" + +#: t/40ppi.t:73 +#, fuzzy +msgid "c5" +msgid_plural "c6" +msgstr[0] "" +msgstr[1] "" + +#: t/40ppi.t:74 +#, fuzzy +msgid "c7" +msgid_plural "c8" +msgstr[0] "" +msgstr[1] "" + +#: t/40ppi.t:76 +#, fuzzy +msgid "d1" +msgstr "" + +#: t/40ppi.t:78 +#, fuzzy +msgid "d2" +msgstr "" + +#: t/40ppi.t:78 +#, fuzzy +msgid "d3" +msgstr "" + +#: t/40ppi.t:79 +#, fuzzy +msgid "d4" +msgstr "" + +#: t/40ppi.t:79 +#, fuzzy +msgid "d5" +msgstr "" + +#: t/40ppi.t:79 +#, fuzzy +msgid "d6" +msgstr "" + +#: t/40ppi.t:79 +#, fuzzy +msgid "d7" +msgstr "" diff -Nru liblog-report-perl-1.25/lib/Log/Report/Translator.pm liblog-report-perl-1.26/lib/Log/Report/Translator.pm --- liblog-report-perl-1.25/lib/Log/Report/Translator.pm 2017-12-08 08:18:58.000000000 +0000 +++ liblog-report-perl-1.26/lib/Log/Report/Translator.pm 2018-01-23 22:44:34.000000000 +0000 @@ -1,10 +1,14 @@ -# Copyrights 2007-2017 by [Mark Overmeer]. +# Copyrights 2007-2018 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.02. +# This code is part of distribution Log-Report. Meta-POD processed with +# OODoc into POD and HTML manual-pages. See README.md +# Copyright Mark Overmeer. Licensed under the same terms as Perl itself. + package Log::Report::Translator; use vars '$VERSION'; -$VERSION = '1.25'; +$VERSION = '1.26'; use warnings; diff -Nru liblog-report-perl-1.25/lib/Log/Report/Translator.pod liblog-report-perl-1.26/lib/Log/Report/Translator.pod --- liblog-report-perl-1.25/lib/Log/Report/Translator.pod 2017-12-08 08:18:59.000000000 +0000 +++ liblog-report-perl-1.26/lib/Log/Report/Translator.pod 2018-01-23 22:44:35.000000000 +0000 @@ -66,12 +66,12 @@ =head1 SEE ALSO -This module is part of Log-Report distribution version 1.25, -built on December 08, 2017. Website: F +This module is part of Log-Report distribution version 1.26, +built on January 23, 2018. Website: F =head1 LICENSE -Copyrights 2007-2017 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2007-2018 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru liblog-report-perl-1.25/lib/Log/Report.pm liblog-report-perl-1.26/lib/Log/Report.pm --- liblog-report-perl-1.25/lib/Log/Report.pm 2017-12-08 08:18:58.000000000 +0000 +++ liblog-report-perl-1.26/lib/Log/Report.pm 2018-01-23 22:44:34.000000000 +0000 @@ -1,17 +1,20 @@ -# Copyrights 2007-2017 by [Mark Overmeer]. +# Copyrights 2007-2018 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.02. - -use warnings; -use strict; +# This code is part of distribution Log-Report. Meta-POD processed with +# OODoc into POD and HTML manual-pages. See README.md +# Copyright Mark Overmeer. Licensed under the same terms as Perl itself. package Log::Report; use vars '$VERSION'; -$VERSION = '1.25'; +$VERSION = '1.26'; use base 'Exporter'; +use warnings; +use strict; + use List::Util qw/first/; use Scalar::Util qw/blessed/; diff -Nru liblog-report-perl-1.25/lib/Log/Report.pod liblog-report-perl-1.26/lib/Log/Report.pod --- liblog-report-perl-1.25/lib/Log/Report.pod 2017-12-08 08:18:59.000000000 +0000 +++ liblog-report-perl-1.26/lib/Log/Report.pod 2018-01-23 22:44:35.000000000 +0000 @@ -1159,12 +1159,12 @@ =head1 SEE ALSO -This module is part of Log-Report distribution version 1.25, -built on December 08, 2017. Website: F +This module is part of Log-Report distribution version 1.26, +built on January 23, 2018. Website: F =head1 LICENSE -Copyrights 2007-2017 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2007-2018 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru liblog-report-perl-1.25/lib/MojoX/Log/Report.pm liblog-report-perl-1.26/lib/MojoX/Log/Report.pm --- liblog-report-perl-1.25/lib/MojoX/Log/Report.pm 2017-12-08 08:18:58.000000000 +0000 +++ liblog-report-perl-1.26/lib/MojoX/Log/Report.pm 2018-01-23 22:44:34.000000000 +0000 @@ -1,10 +1,14 @@ -# Copyrights 2007-2017 by [Mark Overmeer]. +# Copyrights 2007-2018 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.02. +# This code is part of distribution Log-Report. Meta-POD processed with +# OODoc into POD and HTML manual-pages. See README.md +# Copyright Mark Overmeer. Licensed under the same terms as Perl itself. + package MojoX::Log::Report; use vars '$VERSION'; -$VERSION = '1.25'; +$VERSION = '1.26'; use Mojo::Base 'Mojo::Log'; # implies use strict etc diff -Nru liblog-report-perl-1.25/lib/MojoX/Log/Report.pod liblog-report-perl-1.26/lib/MojoX/Log/Report.pod --- liblog-report-perl-1.25/lib/MojoX/Log/Report.pod 2017-12-08 08:18:59.000000000 +0000 +++ liblog-report-perl-1.26/lib/MojoX/Log/Report.pod 2018-01-23 22:44:35.000000000 +0000 @@ -49,12 +49,12 @@ =head1 SEE ALSO -This module is part of Log-Report distribution version 1.25, -built on December 08, 2017. Website: F +This module is part of Log-Report distribution version 1.26, +built on January 23, 2018. Website: F =head1 LICENSE -Copyrights 2007-2017 by [Mark Overmeer]. For other contributors see ChangeLog. +Copyrights 2007-2018 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru liblog-report-perl-1.25/Makefile.PL liblog-report-perl-1.26/Makefile.PL --- liblog-report-perl-1.25/Makefile.PL 2017-12-08 08:18:58.000000000 +0000 +++ liblog-report-perl-1.26/Makefile.PL 2018-01-23 22:44:34.000000000 +0000 @@ -2,7 +2,7 @@ use 5.010; -my $version = '1.25'; +my $version = '1.26'; my %prereq = ( Test::More => '0.86' @@ -40,6 +40,19 @@ , AUTHOR => 'Mark Overmeer' , ABSTRACT => 'report a problem, pluggable handlers and language support' , LICENSE => 'perl' + + , META_MERGE => + { 'meta-spec' => { version => 2 } + , resources => + { repository => + { type => 'git' + , url => 'https://github.com/markov2/perl5-Log-Report.git' + , web => 'https://github.com/markov2/perl5-Log-Report' + } + } + , homepage => 'http://perl.overmeer.net/CPAN/' + , license => [ 'http://dev.perl.org/licenses/' ] + } ); sub MY::postamble { <<'__POSTAMBLE' } @@ -47,17 +60,17 @@ # for OODoc's oodist, DIST RAWDIR = ../public_html/log-report/raw DISTDIR = ../public_html/log-report/source -SKIP_LINKS = Dancer2::Config # for OODoc's oodist, POD FIRST_YEAR = 2007 -EMAIL = perl@overmeer.net -WEBSITE = http://perl.overmeer.net/log-report/ -EXTENDS = ../LogOpt:../Print:../LogLex:../LogTT +EMAIL = markov@cpan.org +WEBSITE = http://perl.overmeer.net/CPAN/ +EXTENDS = ../Log-Report-Optional:../String-Print:../Log-Report-Lexicon:../Log-Report-Template +SKIP_LINKS = Dancer2::Config # for OODoc's oodist, HTML -HTML_OUTPUT = ../public_html/log-report/html -HTML_DOCROOT = /log-report/html +HTML_OUTPUT = ../public_html/logreport/html +HTML_DOCROOT = /logreport/html HTML_PACKAGE = ../public_html/log-report/htmlpkg __POSTAMBLE diff -Nru liblog-report-perl-1.25/MANIFEST liblog-report-perl-1.26/MANIFEST --- liblog-report-perl-1.25/MANIFEST 2017-12-08 08:19:01.000000000 +0000 +++ liblog-report-perl-1.26/MANIFEST 2018-01-23 22:44:37.000000000 +0000 @@ -2,6 +2,7 @@ MANIFEST Makefile.PL README +README.md examples/dancer/dancer1.pl lib/Dancer/Logger/LogReport.pm lib/Dancer/Logger/LogReport.pod @@ -41,6 +42,7 @@ lib/Log/Report/Message.pod lib/Log/Report/Translator.pm lib/Log/Report/Translator.pod +lib/Log/Report/messages/first-domain.utf-8.po lib/Log/Report/messages/log-report.utf-8.po lib/Log/Report/messages/log-report/nl_NL.po lib/MojoX/Log/Report.pm @@ -49,6 +51,7 @@ t/09message.t t/10interp.t t/11concat.t +t/12missing.t t/31stack.t t/41die.t t/42exc-dbix-class.t diff -Nru liblog-report-perl-1.25/META.json liblog-report-perl-1.26/META.json --- liblog-report-perl-1.25/META.json 2017-12-08 08:19:01.000000000 +0000 +++ liblog-report-perl-1.26/META.json 2018-01-23 22:44:37.000000000 +0000 @@ -4,9 +4,10 @@ "Mark Overmeer" ], "dynamic_config" : 1, - "generated_by" : "ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter version 2.120630", + "generated_by" : "ExtUtils::MakeMaker version 7.3, CPAN::Meta::Converter version 2.150010", "license" : [ - "perl_5" + "perl_5", + "unknown" ], "meta-spec" : { "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", @@ -43,5 +44,14 @@ } }, "release_status" : "stable", - "version" : "1.25" + "resources" : { + "repository" : { + "type" : "git", + "url" : "https://github.com/markov2/perl5-Log-Report.git", + "web" : "https://github.com/markov2/perl5-Log-Report" + } + }, + "version" : "1.26", + "x_homepage" : "http://perl.overmeer.net/CPAN/", + "x_serialization_backend" : "JSON::PP version 2.94" } diff -Nru liblog-report-perl-1.25/META.yml liblog-report-perl-1.26/META.yml --- liblog-report-perl-1.25/META.yml 2017-12-08 08:19:01.000000000 +0000 +++ liblog-report-perl-1.26/META.yml 2018-01-23 22:44:37.000000000 +0000 @@ -3,26 +3,30 @@ author: - 'Mark Overmeer' build_requires: - ExtUtils::MakeMaker: 0 + ExtUtils::MakeMaker: '0' configure_requires: - ExtUtils::MakeMaker: 0 + ExtUtils::MakeMaker: '0' dynamic_config: 1 -generated_by: 'ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter version 2.120630' -license: perl +generated_by: 'ExtUtils::MakeMaker version 7.3, CPAN::Meta::Converter version 2.150010' +license: unknown meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html - version: 1.4 + version: '1.4' name: Log-Report no_index: directory: - t - inc requires: - Devel::GlobalDestruction: 0.09 - Encode: 2.00 - Log::Report::Optional: 1.03 - Scalar::Util: 0 - String::Print: 0.91 - Sys::Syslog: 0.27 - Test::More: 0.86 -version: 1.25 + Devel::GlobalDestruction: '0.09' + Encode: '2.00' + Log::Report::Optional: '1.03' + Scalar::Util: '0' + String::Print: '0.91' + Sys::Syslog: '0.27' + Test::More: '0.86' +resources: + repository: https://github.com/markov2/perl5-Log-Report.git +version: '1.26' +x_homepage: http://perl.overmeer.net/CPAN/ +x_serialization_backend: 'CPAN::Meta::YAML version 0.011' diff -Nru liblog-report-perl-1.25/README.md liblog-report-perl-1.26/README.md --- liblog-report-perl-1.25/README.md 1970-01-01 00:00:00.000000000 +0000 +++ liblog-report-perl-1.26/README.md 2018-01-23 22:44:34.000000000 +0000 @@ -0,0 +1,67 @@ +# distribution Log-Report + + * My extended documentation: + * Development via GitHub: + * Download from CPAN: + * Indexed from CPAN: + and + +Get messages to users and logs. Log::Report combines three tasks +which are closely related in one: + + . logging (like Log::Log4Perl and syslog), and + . exceptions (like error and info), with + . translations (like gettext and Locale::TextDomain) + +You **do not need** to use this module for all three reasons: pick what +you need now, maybe extend the usage later. + +To enable translations, you need to install "Log::Report::Lexicon" + +## Development → Release + +Important to know, is that I use an extension on POD to write the manuals. +The "raw" unprocessed version is visible on GitHub. It will run without +problems, but does not contain manual-pages. + +Releases to CPAN are different: "raw" documentation gets removed from +the code and translated into real POD and clean HTML. This reformatting +is implemented with the OODoc distribution (A name I chose before OpenOffice +existed, sorry for the confusion) + +Clone from github for the "raw" version. For instance, when you want +to contribute a new feature. + +On github, you can find the processed version for each release. But the +better source is CPAN; to get it installed simply run: + +```sh + cpan -i Log::Report +``` + +## Contributing + +When you want to contribute to this module, you do not need to provide +a perfect patch... actually: it is nearly impossible to create a patch +which I will merge without modification. Usually, I need to adapt the +style of code and documentation to my own strict rules. + +When you submit an extension, please contribute a set with + +1. code + +2. code documentation + +3. regression tests in t/ + +**Please note:** +When you contribute in any way, you agree to transfer the copyrights to +Mark Overmeer (you will get the honors in the code and/or ChangeLog). +You also automatically agree that your contribution is released under +the same license as this project: licensed as perl itself. + +## Copyright and License + +This project is free software; you can redistribute it and/or modify it +under the same terms as Perl itself. +See diff -Nru liblog-report-perl-1.25/t/12missing.t liblog-report-perl-1.26/t/12missing.t --- liblog-report-perl-1.25/t/12missing.t 1970-01-01 00:00:00.000000000 +0000 +++ liblog-report-perl-1.26/t/12missing.t 2018-01-23 22:44:34.000000000 +0000 @@ -0,0 +1,47 @@ +#!/usr/bin/env perl +# Try reporting of misisng parameter. + +use warnings; +use strict; +use lib 'lib', '../lib'; + +use Test::More; + +use Log::Report; # no domains, no translator +use Scalar::Util qw/refaddr/; + +dispatcher close => 'default'; + +my $a = __x"testA {a}", a => undef; +isa_ok($a, 'Log::Report::Message'); + +is $a->toString, "testA undef"; + +### warn on normal message +my $linenr = __LINE__ + 1; +my $b = __x"testB {b}"; + +my $bs = try { $b->toString }; +(my $warning) = $@->exceptions; +isa_ok $warning, 'Log::Report::Exception'; + +is $bs, "testB undef"; +is $warning->reason, 'WARNING'; +is $warning->message, + "Missing key 'b' in format 'testB {b}', file $0 line $linenr"; + +### warn on exception +$linenr = __LINE__ + 1; +try { error __x"testC {c}" }; +my $error = $@->wasFatal; + +my $cs = try { $error->toString }; +($warning) = $@->exceptions; +isa_ok $warning, 'Log::Report::Exception'; + +is $cs, "error: testC undef\n"; +is $warning->reason, 'WARNING'; +is $warning->message, + "Missing key 'c' in format 'testC {c}', file $0 line $linenr"; + +done_testing; diff -Nru liblog-report-perl-1.25/t/DieTests.pm liblog-report-perl-1.26/t/DieTests.pm --- liblog-report-perl-1.25/t/DieTests.pm 2017-12-08 08:18:58.000000000 +0000 +++ liblog-report-perl-1.26/t/DieTests.pm 2018-01-23 22:44:34.000000000 +0000 @@ -1,10 +1,10 @@ -# Copyrights 2007-2017 by [Mark Overmeer]. +# Copyrights 2007-2018 by [Mark Overmeer]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.02. package DieTests; use vars '$VERSION'; -$VERSION = '1.25'; +$VERSION = '1.26'; use warnings; use strict;