2024-11-16 13:08:07 by Thomas Klausner | Files touched by this commit (2504) |
Log message:
*: recursive bump for perl 5.40
|
2024-10-04 05:26:31 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.39
Upstream changes:
version 1.39: Mon 9 Sep 19:57:06 CEST 2024
Fixes:
- fix output of error [Andy Beverley]
version 1.38: Mon 9 Sep 11:00:15 CEST 2024
Fixes:
- Require Dancer2 >= 0.207 for test [cpantesters], [GitHub issue #13]
- error code must be set when the script exists with error or panic
[Any Beverley]
Improvements:
- add _errno attribute to messages
|
2024-08-11 03:45:34 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.37
Upstream changes:
version 1.37: Fri 28 Jun 11:08:19 CEST 2024
Fixes:
- Work with Dancer2 change to send_as [Andy Beverley]
|
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]
|