Codebase list liblog-report-perl / cc5c609
Update upstream source from tag 'upstream/1.34' Update to upstream version '1.34' with Debian dir 0628c0d10950084fe0648d716eaef2b488c05392 gregor herrmann 1 year, 7 months ago
45 changed file(s) with 143 addition(s) and 132 deletion(s). Raw diff Collapse all Expand all
55
66 TODO:
77 . connect to Message::Passing framework
8
9 version 1.34: Thu 15 Sep 09:43:40 CEST 2022
10
11 Fixes:
12 - ::Exception::isFatal() did not respect the is_fatal overrule.
13 Spotted by [Andy Berverley]
814
915 version 1.33: Sat Jul 17 10:56:52 CEST 2021
1016
5353 "web" : "https://github.com/markov2/perl5-Log-Report"
5454 }
5555 },
56 "version" : "1.33",
56 "version" : "1.34",
5757 "x_serialization_backend" : "JSON::PP version 2.94"
5858 }
2828 homepage: http://perl.overmeer.net/CPAN/
2929 license: http://dev.perl.org/licenses/
3030 repository: https://github.com/markov2/perl5-Log-Report.git
31 version: '1.33'
31 version: '1.34'
3232 x_serialization_backend: 'CPAN::Meta::YAML version 0.011'
11
22 use 5.010;
33
4 my $version = '1.33';
4 my $version = '1.34';
55
66 my %prereq =
77 ( Test::More => '0.86'
0 # Copyrights 2007-2021 by [Mark Overmeer <markov@cpan.org>].
0 # Copyrights 2007-2022 by [Mark Overmeer <markov@cpan.org>].
11 # For other contributors see ChangeLog.
22 # See the manual pages for details on the licensing terms.
3 # Pod stripped from pm file by OODoc 2.02.
3 # Pod stripped from pm file by OODoc 2.03.
44 # This code is part of distribution Log-Report. Meta-POD processed with
55 # OODoc into POD and HTML manual-pages. See README.md
66 # Copyright Mark Overmeer. Licensed under the same terms as Perl itself.
77
88 package Dancer::Logger::LogReport;
99 use vars '$VERSION';
10 $VERSION = '1.33';
10 $VERSION = '1.34';
1111
1212 use base 'Dancer::Logger::Abstract', 'Exporter';
1313
99 is a Dancer::Logger::Abstract
1010
1111 Dancer::Logger::LogReport
12 is a Exporter
12 is an Exporter
1313
1414 =head1 SYNOPSIS
1515
6060
6161 =head1 SEE ALSO
6262
63 This module is part of Log-Report distribution version 1.33,
64 built on July 17, 2021. Website: F<http://perl.overmeer.net/CPAN/>
63 This module is part of Log-Report distribution version 1.34,
64 built on September 15, 2022. Website: F<http://perl.overmeer.net/CPAN/>
6565
6666 =head1 LICENSE
6767
68 Copyrights 2007-2021 by [Mark Overmeer <markov@cpan.org>]. For other contributors see ChangeLog.
68 Copyrights 2007-2022 by [Mark Overmeer <markov@cpan.org>]. For other contributors see ChangeLog.
6969
7070 This program is free software; you can redistribute it and/or modify it
7171 under the same terms as Perl itself.
0 # Copyrights 2007-2021 by [Mark Overmeer <markov@cpan.org>].
0 # Copyrights 2007-2022 by [Mark Overmeer <markov@cpan.org>].
11 # For other contributors see ChangeLog.
22 # See the manual pages for details on the licensing terms.
3 # Pod stripped from pm file by OODoc 2.02.
3 # Pod stripped from pm file by OODoc 2.03.
44 # This code is part of distribution Log-Report. Meta-POD processed with
55 # OODoc into POD and HTML manual-pages. See README.md
66 # Copyright Mark Overmeer. Licensed under the same terms as Perl itself.
77
88 package Dancer2::Logger::LogReport;
99 use vars '$VERSION';
10 $VERSION = '1.33';
10 $VERSION = '1.34';
1111
1212 # ABSTRACT: Dancer2 logger engine for Log::Report
1313
7070
7171 =head1 SEE ALSO
7272
73 This module is part of Log-Report distribution version 1.33,
74 built on July 17, 2021. Website: F<http://perl.overmeer.net/CPAN/>
73 This module is part of Log-Report distribution version 1.34,
74 built on September 15, 2022. Website: F<http://perl.overmeer.net/CPAN/>
7575
7676 =head1 LICENSE
7777
78 Copyrights 2007-2021 by [Mark Overmeer <markov@cpan.org>]. For other contributors see ChangeLog.
78 Copyrights 2007-2022 by [Mark Overmeer <markov@cpan.org>]. For other contributors see ChangeLog.
7979
8080 This program is free software; you can redistribute it and/or modify it
8181 under the same terms as Perl itself.
0 # Copyrights 2007-2021 by [Mark Overmeer <markov@cpan.org>].
0 # Copyrights 2007-2022 by [Mark Overmeer <markov@cpan.org>].
11 # For other contributors see ChangeLog.
22 # See the manual pages for details on the licensing terms.
3 # Pod stripped from pm file by OODoc 2.02.
3 # Pod stripped from pm file by OODoc 2.03.
44 # This code is part of distribution Log-Report. Meta-POD processed with
55 # OODoc into POD and HTML manual-pages. See README.md
66 # Copyright Mark Overmeer. Licensed under the same terms as Perl itself.
77
88 package Dancer2::Plugin::LogReport::Message;
99 use vars '$VERSION';
10 $VERSION = '1.33';
10 $VERSION = '1.34';
1111
1212 use parent 'Log::Report::Message';
1313
7676
7777 =head1 SEE ALSO
7878
79 This module is part of Log-Report distribution version 1.33,
80 built on July 17, 2021. Website: F<http://perl.overmeer.net/CPAN/>
79 This module is part of Log-Report distribution version 1.34,
80 built on September 15, 2022. Website: F<http://perl.overmeer.net/CPAN/>
8181
8282 =head1 LICENSE
8383
84 Copyrights 2007-2021 by [Mark Overmeer <markov@cpan.org>]. For other contributors see ChangeLog.
84 Copyrights 2007-2022 by [Mark Overmeer <markov@cpan.org>]. For other contributors see ChangeLog.
8585
8686 This program is free software; you can redistribute it and/or modify it
8787 under the same terms as Perl itself.
0 # Copyrights 2007-2021 by [Mark Overmeer <markov@cpan.org>].
0 # Copyrights 2007-2022 by [Mark Overmeer <markov@cpan.org>].
11 # For other contributors see ChangeLog.
22 # See the manual pages for details on the licensing terms.
3 # Pod stripped from pm file by OODoc 2.02.
3 # Pod stripped from pm file by OODoc 2.03.
44 # This code is part of distribution Log-Report. Meta-POD processed with
55 # OODoc into POD and HTML manual-pages. See README.md
66 # Copyright Mark Overmeer. Licensed under the same terms as Perl itself.
77
88 package Dancer2::Plugin::LogReport;
99 use vars '$VERSION';
10 $VERSION = '1.33';
10 $VERSION = '1.34';
1111
1212
1313 use warnings;
512512
513513 =head1 SEE ALSO
514514
515 This module is part of Log-Report distribution version 1.33,
516 built on July 17, 2021. Website: F<http://perl.overmeer.net/CPAN/>
515 This module is part of Log-Report distribution version 1.34,
516 built on September 15, 2022. Website: F<http://perl.overmeer.net/CPAN/>
517517
518518 =head1 LICENSE
519519
520 Copyrights 2007-2021 by [Mark Overmeer <markov@cpan.org>]. For other contributors see ChangeLog.
520 Copyrights 2007-2022 by [Mark Overmeer <markov@cpan.org>]. For other contributors see ChangeLog.
521521
522522 This program is free software; you can redistribute it and/or modify it
523523 under the same terms as Perl itself.
0 # Copyrights 2007-2021 by [Mark Overmeer <markov@cpan.org>].
0 # Copyrights 2007-2022 by [Mark Overmeer <markov@cpan.org>].
11 # For other contributors see ChangeLog.
22 # See the manual pages for details on the licensing terms.
3 # Pod stripped from pm file by OODoc 2.02.
3 # Pod stripped from pm file by OODoc 2.03.
44 # This code is part of distribution Log-Report. Meta-POD processed with
55 # OODoc into POD and HTML manual-pages. See README.md
66 # Copyright Mark Overmeer. Licensed under the same terms as Perl itself.
77
88 package Log::Report::DBIC::Profiler;
99 use vars '$VERSION';
10 $VERSION = '1.33';
10 $VERSION = '1.34';
1111
1212 use base 'DBIx::Class::Storage::Statistics';
1313
3232
3333 =head1 SEE ALSO
3434
35 This module is part of Log-Report distribution version 1.33,
36 built on July 17, 2021. Website: F<http://perl.overmeer.net/CPAN/>
35 This module is part of Log-Report distribution version 1.34,
36 built on September 15, 2022. Website: F<http://perl.overmeer.net/CPAN/>
3737
3838 =head1 LICENSE
3939
40 Copyrights 2007-2021 by [Mark Overmeer <markov@cpan.org>]. For other contributors see ChangeLog.
40 Copyrights 2007-2022 by [Mark Overmeer <markov@cpan.org>]. For other contributors see ChangeLog.
4141
4242 This program is free software; you can redistribute it and/or modify it
4343 under the same terms as Perl itself.
0 # Copyrights 2007-2021 by [Mark Overmeer <markov@cpan.org>].
0 # Copyrights 2007-2022 by [Mark Overmeer <markov@cpan.org>].
11 # For other contributors see ChangeLog.
22 # See the manual pages for details on the licensing terms.
3 # Pod stripped from pm file by OODoc 2.02.
3 # Pod stripped from pm file by OODoc 2.03.
44 # This code is part of distribution Log-Report. Meta-POD processed with
55 # OODoc into POD and HTML manual-pages. See README.md
66 # Copyright Mark Overmeer. Licensed under the same terms as Perl itself.
77
88 package Log::Report::Die;
99 use vars '$VERSION';
10 $VERSION = '1.33';
10 $VERSION = '1.34';
1111
1212 use base 'Exporter';
1313
66 =head1 INHERITANCE
77
88 Log::Report::Die
9 is a Exporter
9 is an Exporter
1010
1111 =head1 SYNOPSIS
1212
7777
7878 =head1 SEE ALSO
7979
80 This module is part of Log-Report distribution version 1.33,
81 built on July 17, 2021. Website: F<http://perl.overmeer.net/CPAN/>
80 This module is part of Log-Report distribution version 1.34,
81 built on September 15, 2022. Website: F<http://perl.overmeer.net/CPAN/>
8282
8383 =head1 LICENSE
8484
85 Copyrights 2007-2021 by [Mark Overmeer <markov@cpan.org>]. For other contributors see ChangeLog.
85 Copyrights 2007-2022 by [Mark Overmeer <markov@cpan.org>]. For other contributors see ChangeLog.
8686
8787 This program is free software; you can redistribute it and/or modify it
8888 under the same terms as Perl itself.
0 # Copyrights 2007-2021 by [Mark Overmeer <markov@cpan.org>].
0 # Copyrights 2007-2022 by [Mark Overmeer <markov@cpan.org>].
11 # For other contributors see ChangeLog.
22 # See the manual pages for details on the licensing terms.
3 # Pod stripped from pm file by OODoc 2.02.
3 # Pod stripped from pm file by OODoc 2.03.
44 # This code is part of distribution Log-Report. Meta-POD processed with
55 # OODoc into POD and HTML manual-pages. See README.md
66 # Copyright Mark Overmeer. Licensed under the same terms as Perl itself.
77
88 package Log::Report::Dispatcher::Callback;
99 use vars '$VERSION';
10 $VERSION = '1.33';
10 $VERSION = '1.34';
1111
1212 use base 'Log::Report::Dispatcher';
1313
173173
174174 =head1 SEE ALSO
175175
176 This module is part of Log-Report distribution version 1.33,
177 built on July 17, 2021. Website: F<http://perl.overmeer.net/CPAN/>
176 This module is part of Log-Report distribution version 1.34,
177 built on September 15, 2022. Website: F<http://perl.overmeer.net/CPAN/>
178178
179179 =head1 LICENSE
180180
181 Copyrights 2007-2021 by [Mark Overmeer <markov@cpan.org>]. For other contributors see ChangeLog.
181 Copyrights 2007-2022 by [Mark Overmeer <markov@cpan.org>]. For other contributors see ChangeLog.
182182
183183 This program is free software; you can redistribute it and/or modify it
184184 under the same terms as Perl itself.
0 # Copyrights 2007-2021 by [Mark Overmeer <markov@cpan.org>].
0 # Copyrights 2007-2022 by [Mark Overmeer <markov@cpan.org>].
11 # For other contributors see ChangeLog.
22 # See the manual pages for details on the licensing terms.
3 # Pod stripped from pm file by OODoc 2.02.
3 # Pod stripped from pm file by OODoc 2.03.
44 # This code is part of distribution Log-Report. Meta-POD processed with
55 # OODoc into POD and HTML manual-pages. See README.md
66 # Copyright Mark Overmeer. Licensed under the same terms as Perl itself.
77
88 package Log::Report::Dispatcher::File;
99 use vars '$VERSION';
10 $VERSION = '1.33';
10 $VERSION = '1.34';
1111
1212 use base 'Log::Report::Dispatcher';
1313
258258
259259 =head1 SEE ALSO
260260
261 This module is part of Log-Report distribution version 1.33,
262 built on July 17, 2021. Website: F<http://perl.overmeer.net/CPAN/>
261 This module is part of Log-Report distribution version 1.34,
262 built on September 15, 2022. Website: F<http://perl.overmeer.net/CPAN/>
263263
264264 =head1 LICENSE
265265
266 Copyrights 2007-2021 by [Mark Overmeer <markov@cpan.org>]. For other contributors see ChangeLog.
266 Copyrights 2007-2022 by [Mark Overmeer <markov@cpan.org>]. For other contributors see ChangeLog.
267267
268268 This program is free software; you can redistribute it and/or modify it
269269 under the same terms as Perl itself.
0 # Copyrights 2007-2021 by [Mark Overmeer <markov@cpan.org>].
0 # Copyrights 2007-2022 by [Mark Overmeer <markov@cpan.org>].
11 # For other contributors see ChangeLog.
22 # See the manual pages for details on the licensing terms.
3 # Pod stripped from pm file by OODoc 2.02.
3 # Pod stripped from pm file by OODoc 2.03.
44 # This code is part of distribution Log-Report. Meta-POD processed with
55 # OODoc into POD and HTML manual-pages. See README.md
66 # Copyright Mark Overmeer. Licensed under the same terms as Perl itself.
77
88 package Log::Report::Dispatcher::Log4perl;
99 use vars '$VERSION';
10 $VERSION = '1.33';
10 $VERSION = '1.34';
1111
1212 use base 'Log::Report::Dispatcher';
1313
229229
230230 =head1 SEE ALSO
231231
232 This module is part of Log-Report distribution version 1.33,
233 built on July 17, 2021. Website: F<http://perl.overmeer.net/CPAN/>
232 This module is part of Log-Report distribution version 1.34,
233 built on September 15, 2022. Website: F<http://perl.overmeer.net/CPAN/>
234234
235235 =head1 LICENSE
236236
237 Copyrights 2007-2021 by [Mark Overmeer <markov@cpan.org>]. For other contributors see ChangeLog.
237 Copyrights 2007-2022 by [Mark Overmeer <markov@cpan.org>]. For other contributors see ChangeLog.
238238
239239 This program is free software; you can redistribute it and/or modify it
240240 under the same terms as Perl itself.
0 # Copyrights 2007-2021 by [Mark Overmeer <markov@cpan.org>].
0 # Copyrights 2007-2022 by [Mark Overmeer <markov@cpan.org>].
11 # For other contributors see ChangeLog.
22 # See the manual pages for details on the licensing terms.
3 # Pod stripped from pm file by OODoc 2.02.
3 # Pod stripped from pm file by OODoc 2.03.
44 # This code is part of distribution Log-Report. Meta-POD processed with
55 # OODoc into POD and HTML manual-pages. See README.md
66 # Copyright Mark Overmeer. Licensed under the same terms as Perl itself.
77
88 package Log::Report::Dispatcher::LogDispatch;
99 use vars '$VERSION';
10 $VERSION = '1.33';
10 $VERSION = '1.34';
1111
1212 use base 'Log::Report::Dispatcher';
1313
193193
194194 =head1 SEE ALSO
195195
196 This module is part of Log-Report distribution version 1.33,
197 built on July 17, 2021. Website: F<http://perl.overmeer.net/CPAN/>
196 This module is part of Log-Report distribution version 1.34,
197 built on September 15, 2022. Website: F<http://perl.overmeer.net/CPAN/>
198198
199199 =head1 LICENSE
200200
201 Copyrights 2007-2021 by [Mark Overmeer <markov@cpan.org>]. For other contributors see ChangeLog.
201 Copyrights 2007-2022 by [Mark Overmeer <markov@cpan.org>]. For other contributors see ChangeLog.
202202
203203 This program is free software; you can redistribute it and/or modify it
204204 under the same terms as Perl itself.
0 # Copyrights 2007-2021 by [Mark Overmeer <markov@cpan.org>].
0 # Copyrights 2007-2022 by [Mark Overmeer <markov@cpan.org>].
11 # For other contributors see ChangeLog.
22 # See the manual pages for details on the licensing terms.
3 # Pod stripped from pm file by OODoc 2.02.
3 # Pod stripped from pm file by OODoc 2.03.
44 # This code is part of distribution Log-Report. Meta-POD processed with
55 # OODoc into POD and HTML manual-pages. See README.md
66 # Copyright Mark Overmeer. Licensed under the same terms as Perl itself.
77
88 package Log::Report::Dispatcher::Perl;
99 use vars '$VERSION';
10 $VERSION = '1.33';
10 $VERSION = '1.34';
1111
1212 use base 'Log::Report::Dispatcher';
1313
3838
3939 =head1 SEE ALSO
4040
41 This module is part of Log-Report distribution version 1.33,
42 built on July 17, 2021. Website: F<http://perl.overmeer.net/CPAN/>
41 This module is part of Log-Report distribution version 1.34,
42 built on September 15, 2022. Website: F<http://perl.overmeer.net/CPAN/>
4343
4444 =head1 LICENSE
4545
46 Copyrights 2007-2021 by [Mark Overmeer <markov@cpan.org>]. For other contributors see ChangeLog.
46 Copyrights 2007-2022 by [Mark Overmeer <markov@cpan.org>]. For other contributors see ChangeLog.
4747
4848 This program is free software; you can redistribute it and/or modify it
4949 under the same terms as Perl itself.
0 # Copyrights 2007-2021 by [Mark Overmeer <markov@cpan.org>].
0 # Copyrights 2007-2022 by [Mark Overmeer <markov@cpan.org>].
11 # For other contributors see ChangeLog.
22 # See the manual pages for details on the licensing terms.
3 # Pod stripped from pm file by OODoc 2.02.
3 # Pod stripped from pm file by OODoc 2.03.
44 # This code is part of distribution Log-Report. Meta-POD processed with
55 # OODoc into POD and HTML manual-pages. See README.md
66 # Copyright Mark Overmeer. Licensed under the same terms as Perl itself.
77
88 package Log::Report::Dispatcher::Syslog;
99 use vars '$VERSION';
10 $VERSION = '1.33';
10 $VERSION = '1.34';
1111
1212 use base 'Log::Report::Dispatcher';
1313
222222
223223 =head1 SEE ALSO
224224
225 This module is part of Log-Report distribution version 1.33,
226 built on July 17, 2021. Website: F<http://perl.overmeer.net/CPAN/>
225 This module is part of Log-Report distribution version 1.34,
226 built on September 15, 2022. Website: F<http://perl.overmeer.net/CPAN/>
227227
228228 =head1 LICENSE
229229
230 Copyrights 2007-2021 by [Mark Overmeer <markov@cpan.org>]. For other contributors see ChangeLog.
230 Copyrights 2007-2022 by [Mark Overmeer <markov@cpan.org>]. For other contributors see ChangeLog.
231231
232232 This program is free software; you can redistribute it and/or modify it
233233 under the same terms as Perl itself.
0 # Copyrights 2007-2021 by [Mark Overmeer <markov@cpan.org>].
0 # Copyrights 2007-2022 by [Mark Overmeer <markov@cpan.org>].
11 # For other contributors see ChangeLog.
22 # See the manual pages for details on the licensing terms.
3 # Pod stripped from pm file by OODoc 2.02.
3 # Pod stripped from pm file by OODoc 2.03.
44 # This code is part of distribution Log-Report. Meta-POD processed with
55 # OODoc into POD and HTML manual-pages. See README.md
66 # Copyright Mark Overmeer. Licensed under the same terms as Perl itself.
77
88 package Log::Report::Dispatcher::Try;
99 use vars '$VERSION';
10 $VERSION = '1.33';
10 $VERSION = '1.34';
1111
1212 use base 'Log::Report::Dispatcher';
1313
322322
323323 =head1 SEE ALSO
324324
325 This module is part of Log-Report distribution version 1.33,
326 built on July 17, 2021. Website: F<http://perl.overmeer.net/CPAN/>
325 This module is part of Log-Report distribution version 1.34,
326 built on September 15, 2022. Website: F<http://perl.overmeer.net/CPAN/>
327327
328328 =head1 LICENSE
329329
330 Copyrights 2007-2021 by [Mark Overmeer <markov@cpan.org>]. For other contributors see ChangeLog.
330 Copyrights 2007-2022 by [Mark Overmeer <markov@cpan.org>]. For other contributors see ChangeLog.
331331
332332 This program is free software; you can redistribute it and/or modify it
333333 under the same terms as Perl itself.
0 # Copyrights 2007-2021 by [Mark Overmeer <markov@cpan.org>].
0 # Copyrights 2007-2022 by [Mark Overmeer <markov@cpan.org>].
11 # For other contributors see ChangeLog.
22 # See the manual pages for details on the licensing terms.
3 # Pod stripped from pm file by OODoc 2.02.
3 # Pod stripped from pm file by OODoc 2.03.
44 # This code is part of distribution Log-Report. Meta-POD processed with
55 # OODoc into POD and HTML manual-pages. See README.md
66 # Copyright Mark Overmeer. Licensed under the same terms as Perl itself.
77
88 package Log::Report::Dispatcher;
99 use vars '$VERSION';
10 $VERSION = '1.33';
10 $VERSION = '1.34';
1111
1212
1313 use warnings;
394394
395395 =head1 SEE ALSO
396396
397 This module is part of Log-Report distribution version 1.33,
398 built on July 17, 2021. Website: F<http://perl.overmeer.net/CPAN/>
397 This module is part of Log-Report distribution version 1.34,
398 built on September 15, 2022. Website: F<http://perl.overmeer.net/CPAN/>
399399
400400 =head1 LICENSE
401401
402 Copyrights 2007-2021 by [Mark Overmeer <markov@cpan.org>]. For other contributors see ChangeLog.
402 Copyrights 2007-2022 by [Mark Overmeer <markov@cpan.org>]. For other contributors see ChangeLog.
403403
404404 This program is free software; you can redistribute it and/or modify it
405405 under the same terms as Perl itself.
0 # Copyrights 2007-2021 by [Mark Overmeer <markov@cpan.org>].
0 # Copyrights 2007-2022 by [Mark Overmeer <markov@cpan.org>].
11 # For other contributors see ChangeLog.
22 # See the manual pages for details on the licensing terms.
3 # Pod stripped from pm file by OODoc 2.02.
3 # Pod stripped from pm file by OODoc 2.03.
44 # This code is part of distribution Log-Report. Meta-POD processed with
55 # OODoc into POD and HTML manual-pages. See README.md
66 # Copyright Mark Overmeer. Licensed under the same terms as Perl itself.
77
88 package Log::Report::Domain;
99 use vars '$VERSION';
10 $VERSION = '1.33';
10 $VERSION = '1.34';
1111
1212 use base 'Log::Report::Minimal::Domain';
1313
283283
284284 =head1 SEE ALSO
285285
286 This module is part of Log-Report distribution version 1.33,
287 built on July 17, 2021. Website: F<http://perl.overmeer.net/CPAN/>
286 This module is part of Log-Report distribution version 1.34,
287 built on September 15, 2022. Website: F<http://perl.overmeer.net/CPAN/>
288288
289289 =head1 LICENSE
290290
291 Copyrights 2007-2021 by [Mark Overmeer <markov@cpan.org>]. For other contributors see ChangeLog.
291 Copyrights 2007-2022 by [Mark Overmeer <markov@cpan.org>]. For other contributors see ChangeLog.
292292
293293 This program is free software; you can redistribute it and/or modify it
294294 under the same terms as Perl itself.
0 # Copyrights 2007-2021 by [Mark Overmeer <markov@cpan.org>].
0 # Copyrights 2007-2022 by [Mark Overmeer <markov@cpan.org>].
11 # For other contributors see ChangeLog.
22 # See the manual pages for details on the licensing terms.
3 # Pod stripped from pm file by OODoc 2.02.
3 # Pod stripped from pm file by OODoc 2.03.
44 # This code is part of distribution Log-Report. Meta-POD processed with
55 # OODoc into POD and HTML manual-pages. See README.md
66 # Copyright Mark Overmeer. Licensed under the same terms as Perl itself.
77
88 package Log::Report::Exception;
99 use vars '$VERSION';
10 $VERSION = '1.33';
10 $VERSION = '1.34';
1111
1212
1313 use warnings;
4242 }
4343
4444
45 sub isFatal() { is_fatal shift->{reason} }
45 sub isFatal()
46 { my $self = shift;
47 my $opts = $self->report_opts;
48 exists $opts->{is_fatal} ? $opts->{is_fatal} : is_fatal $self->{reason};
49 }
4650
4751
4852 sub message(;$)
5757 =item $obj-E<gt>B<isFatal>()
5858
5959 Returns whether this exception has a severity which makes it fatal
60 when thrown. See L<Log::Report::Util::is_fatal()|Log::Report::Util/"Reasons">.
60 when thrown. [1.34] This can have been overruled with the C<is_fatal>
61 attribute. See L<Log::Report::Util::is_fatal()|Log::Report::Util/"Reasons">.
6162
6263 example:
6364
151152
152153 =head1 SEE ALSO
153154
154 This module is part of Log-Report distribution version 1.33,
155 built on July 17, 2021. Website: F<http://perl.overmeer.net/CPAN/>
155 This module is part of Log-Report distribution version 1.34,
156 built on September 15, 2022. Website: F<http://perl.overmeer.net/CPAN/>
156157
157158 =head1 LICENSE
158159
159 Copyrights 2007-2021 by [Mark Overmeer <markov@cpan.org>]. For other contributors see ChangeLog.
160 Copyrights 2007-2022 by [Mark Overmeer <markov@cpan.org>]. For other contributors see ChangeLog.
160161
161162 This program is free software; you can redistribute it and/or modify it
162163 under the same terms as Perl itself.
0 # Copyrights 2007-2021 by [Mark Overmeer <markov@cpan.org>].
0 # Copyrights 2007-2022 by [Mark Overmeer <markov@cpan.org>].
11 # For other contributors see ChangeLog.
22 # See the manual pages for details on the licensing terms.
3 # Pod stripped from pm file by OODoc 2.02.
3 # Pod stripped from pm file by OODoc 2.03.
44 # This code is part of distribution Log-Report. Meta-POD processed with
55 # OODoc into POD and HTML manual-pages. See README.md
66 # Copyright Mark Overmeer. Licensed under the same terms as Perl itself.
77
88 package Log::Report::Message;
99 use vars '$VERSION';
10 $VERSION = '1.33';
10 $VERSION = '1.34';
1111
1212
1313 use warnings;
552552
553553 =head1 SEE ALSO
554554
555 This module is part of Log-Report distribution version 1.33,
556 built on July 17, 2021. Website: F<http://perl.overmeer.net/CPAN/>
555 This module is part of Log-Report distribution version 1.34,
556 built on September 15, 2022. Website: F<http://perl.overmeer.net/CPAN/>
557557
558558 =head1 LICENSE
559559
560 Copyrights 2007-2021 by [Mark Overmeer <markov@cpan.org>]. For other contributors see ChangeLog.
560 Copyrights 2007-2022 by [Mark Overmeer <markov@cpan.org>]. For other contributors see ChangeLog.
561561
562562 This program is free software; you can redistribute it and/or modify it
563563 under the same terms as Perl itself.
0 # Copyrights 2007-2021 by [Mark Overmeer <markov@cpan.org>].
0 # Copyrights 2007-2022 by [Mark Overmeer <markov@cpan.org>].
11 # For other contributors see ChangeLog.
22 # See the manual pages for details on the licensing terms.
3 # Pod stripped from pm file by OODoc 2.02.
3 # Pod stripped from pm file by OODoc 2.03.
44 # This code is part of distribution Log-Report. Meta-POD processed with
55 # OODoc into POD and HTML manual-pages. See README.md
66 # Copyright Mark Overmeer. Licensed under the same terms as Perl itself.
77
88 package Log::Report::Translator;
99 use vars '$VERSION';
10 $VERSION = '1.33';
10 $VERSION = '1.34';
1111
1212
1313 use warnings;
6565
6666 =head1 SEE ALSO
6767
68 This module is part of Log-Report distribution version 1.33,
69 built on July 17, 2021. Website: F<http://perl.overmeer.net/CPAN/>
68 This module is part of Log-Report distribution version 1.34,
69 built on September 15, 2022. Website: F<http://perl.overmeer.net/CPAN/>
7070
7171 =head1 LICENSE
7272
73 Copyrights 2007-2021 by [Mark Overmeer <markov@cpan.org>]. For other contributors see ChangeLog.
73 Copyrights 2007-2022 by [Mark Overmeer <markov@cpan.org>]. For other contributors see ChangeLog.
7474
7575 This program is free software; you can redistribute it and/or modify it
7676 under the same terms as Perl itself.
0 # Copyrights 2007-2021 by [Mark Overmeer <markov@cpan.org>].
0 # Copyrights 2007-2022 by [Mark Overmeer <markov@cpan.org>].
11 # For other contributors see ChangeLog.
22 # See the manual pages for details on the licensing terms.
3 # Pod stripped from pm file by OODoc 2.02.
3 # Pod stripped from pm file by OODoc 2.03.
44 # This code is part of distribution Log-Report. Meta-POD processed with
55 # OODoc into POD and HTML manual-pages. See README.md
66 # Copyright Mark Overmeer. Licensed under the same terms as Perl itself.
77
88 package Log::Report;
99 use vars '$VERSION';
10 $VERSION = '1.33';
10 $VERSION = '1.34';
1111
1212 use base 'Exporter';
1313
66 =head1 INHERITANCE
77
88 Log::Report
9 is a Exporter
9 is an Exporter
1010
1111 =head1 SYNOPSIS
1212
270270
271271 After the CODE was tried, the C<$@> will contain a
272272 L<Log::Report::Dispatcher::Try|Log::Report::Dispatcher::Try> object, which contains the collected
273 messages.
273 messages. Read that manual page to understand C<try>.
274274
275275 Run-time errors from Perl and die's, croak's and confess's within the
276276 program (which shouldn't appear, but you never know) are collected into an
11581158
11591159 =head1 SEE ALSO
11601160
1161 This module is part of Log-Report distribution version 1.33,
1162 built on July 17, 2021. Website: F<http://perl.overmeer.net/CPAN/>
1161 This module is part of Log-Report distribution version 1.34,
1162 built on September 15, 2022. Website: F<http://perl.overmeer.net/CPAN/>
11631163
11641164 =head1 LICENSE
11651165
1166 Copyrights 2007-2021 by [Mark Overmeer <markov@cpan.org>]. For other contributors see ChangeLog.
1166 Copyrights 2007-2022 by [Mark Overmeer <markov@cpan.org>]. For other contributors see ChangeLog.
11671167
11681168 This program is free software; you can redistribute it and/or modify it
11691169 under the same terms as Perl itself.
0 # Copyrights 2007-2021 by [Mark Overmeer <markov@cpan.org>].
0 # Copyrights 2007-2022 by [Mark Overmeer <markov@cpan.org>].
11 # For other contributors see ChangeLog.
22 # See the manual pages for details on the licensing terms.
3 # Pod stripped from pm file by OODoc 2.02.
3 # Pod stripped from pm file by OODoc 2.03.
44 # This code is part of distribution Log-Report. Meta-POD processed with
55 # OODoc into POD and HTML manual-pages. See README.md
66 # Copyright Mark Overmeer. Licensed under the same terms as Perl itself.
77
88 package MojoX::Log::Report;
99 use vars '$VERSION';
10 $VERSION = '1.33';
10 $VERSION = '1.34';
1111
1212 use Mojo::Base 'Mojo::Log'; # implies use strict etc
1313
4848
4949 =head1 SEE ALSO
5050
51 This module is part of Log-Report distribution version 1.33,
52 built on July 17, 2021. Website: F<http://perl.overmeer.net/CPAN/>
51 This module is part of Log-Report distribution version 1.34,
52 built on September 15, 2022. Website: F<http://perl.overmeer.net/CPAN/>
5353
5454 =head1 LICENSE
5555
56 Copyrights 2007-2021 by [Mark Overmeer <markov@cpan.org>]. For other contributors see ChangeLog.
56 Copyrights 2007-2022 by [Mark Overmeer <markov@cpan.org>]. For other contributors see ChangeLog.
5757
5858 This program is free software; you can redistribute it and/or modify it
5959 under the same terms as Perl itself.
0 # Copyrights 2007-2021 by [Mark Overmeer <markov@cpan.org>].
0 # Copyrights 2007-2022 by [Mark Overmeer <markov@cpan.org>].
11 # For other contributors see ChangeLog.
22 # See the manual pages for details on the licensing terms.
3 # Pod stripped from pm file by OODoc 2.02.
3 # Pod stripped from pm file by OODoc 2.03.
44 package DieTests;
55 use vars '$VERSION';
6 $VERSION = '1.33';
6 $VERSION = '1.34';
77
88 use warnings;
99 use strict;