Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-Log-Dispatch
From: Makoto Fujiwara
Date: 2017-03-20 22:28:07
Message id: 20170320212807.8E3E9FBE4@cvs.NetBSD.org
Log Message:
Updated devel/p5-Log-Dispatch to 2.63
-------------------------------------
2.63 2017-02-19
- Updated the conflicting version for Log::Dispatch::File::Stamped in
metadata (due to changes in handling of close_after_write). Patch by Karen
Etheridge. GitHub #41.
2.62 2017-02-13
- Devel::Confess was accidentally being loaded in Log::Dispatch. Fixed by
Karen Etheridge. GitHub #39.
2.61 2017-02-13
- The 2.60 release would throw an exception if the logged message was
empty. While this makes sense, it also breaks backwards compatibility, so it
has been reverted. Reported by Greg Oschwald. GitHub #38.
- The 2.60 release would throw an exception if you tried to create a Syslog
output where the ident was an empty string. Reported by Greg
Oschwald. GitHub #38.
2.60 2017-02-12
- Same as 2.59 ... Switched from Params::Validate to
Params::ValidationCompiler. This should speed up constructors and logging a
little bit. This also allows Log::Dispatch::File to accept things like
Path::Tiny objects for filenames. Reported by Joel Berger. GitHub #36.
2.59 2017-02-05 (TRIAL RELEASE)
- Switched from Params::Validate to Params::ValidationCompiler. This should
speed up constructors and logging a little bit. This also allows
Log::Dispatch::File to accept things like Path::Tiny objects for
filenames. Reported by Joel Berger. GitHub #36.
(pkgsrc changes)
-DEPENDS+= p5-Params-Validate>=1.03:../../devel/p5-Params-Validate
+DEPENDS+= \
p5-Params-ValidationCompiler-[0-9]*:../../devel/p5-Params-ValidationCompiler
# for make test
+BUILD_DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean
+BUILD_DEPENDS+= p5-Specio-[0-9]*:../../devel/p5-Specio
Files: