Path to this page:
./
devel/p5-Log-Report,
Report a problem, pluggable handlers, and language support
Branch: CURRENT,
Version: 1.39,
Package name: p5-Log-Report-1.39,
Maintainer: pkgsrc-usersHandling messages to users can be a hassle, certainly when the same module
is used for command-line and in a graphical interfaces, and has to cope
with internationalization at the same time; this set of modules tries to
simplify this. Log::Report combines gettext features with Log::Dispatch-like
features. However, this module can be used to do only translations or only
message dispatching.
Required to run:[
lang/perl5]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Filesize: 98.984 KB
Version history: (Expand)
- (2024-10-04) Updated to version: p5-Log-Report-1.39
- (2024-08-11) Updated to version: p5-Log-Report-1.37
- (2023-12-17) Updated to version: p5-Log-Report-1.36
- (2023-09-01) Updated to version: p5-Log-Report-1.34
- (2023-07-06) Updated to version: p5-Log-Report-1.33nb2
- (2022-06-28) Updated to version: p5-Log-Report-1.33nb1
CVS history: (Expand)
2023-12-17 07:50:38 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(devel/p5-Log-Report) Updated 1.34 to 1.36
Unless noted otherwise, these changes where initiated and applied by
Mark Overmeer.
version 1.36: Fri 27 Oct 15:05:13 CEST 2023
Fixes:
- Adapt test to new Dancer2 numbering scheme. [Petr Pisar]
version 1.35: Fri 27 Oct 08:27:54 CEST 2023
Fixes:
- Try blocks will always capture fatal messages, even when not
in the 'accept'-set. [Andy Beverley]
- Adapt to new Dancer2 numbering scheme. [Tom Hukins]
Improvements:
- Dancer2 process() will warn when used incorrectly. [Andy Beverley]
|
2023-09-01 01:25:31 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.34
Upstream changes:
version 1.34: Thu 15 Sep 09:43:40 CEST 2022
Fixes:
- ::Exception::isFatal() did not respect the is_fatal overrule.
Spotted by [Andy Berverley]
|
2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483) |
Log message:
*: recursive bump for perl 5.38
|
2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message:
*: recursive bump for perl 5.36
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-07-28 05:47:21 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.33
Upstream changes:
version 1.33: Sat Jul 17 10:56:52 CEST 2021
Changes:
- the $@->died with always return the original die causing object or
string. In most cases, you want to use $@->wasFatal, which is the
translated (hence compatible) ::Exception object. [Andy Beverley]
|
2021-07-05 12:33:02 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.32
Update DEPENDS
Upstream changes:
version 1.32: Tue 26 Jan 09:13:31 CET 2021
Fixes:
- ::Dancer2, use correct VERSION, github issue#3
- ::Dancer2, fix stacktrace sent to browser with show_errors disabled
by [Andy Beverley], github issue#7
version 1.31: Fri 15 Jan 16:35:39 CET 2021
Fixes:
- another attempt on issue #6, exceptions with specific destination
are not caught by ::Try
- previous release broke ::Try::hide() [Andy Beverley]
version 1.30: Fri 15 Jan 12:46:14 CET 2021
Fixes:
- recursive errors when file cannot be written for ::File dispatcher
github issue#4 [Tom Hukins]
- exceptions with specific destination are not caught by ::Try
github issue#6 [Andy Beverley]
- redirected exception messages forget their explicit dispatcher
destination. Github issue#6
Improvements:
- use ::Util::expand_reasons() for ::Try::hide()
- require Log::Report::Options 1.07 for more expand_reasons options
|