Updated devel/p5-Log-Any 1.04.0 to 1.04.2
----------------------------------------- 1.042 2016-08-26 23:37:33-05:00 America/Chicago [Added] - Default adapters can now be configured with arguments (thanks @bjakubski!) 1.041 2016-08-18 00:00:10-05:00 America/Chicago (TRIAL RELEASE) [Added] - Logging methods now return the formatted log string so that it can be used in a `die` or `warn` call. [Changed] - A new default log proxy (Log::Any::Proxy::Null) is used when there are no adapters configured (and so no place for logs to go). This proxy does no processing and is about 1000% percent faster on my laptop. [Fixed] - Suppress 'redundant argument' warnings if too many arguments are given to a log formatting string.
This commit is contained in:
parent
2fb7fc301c
commit
60db0d53c0
2 changed files with 8 additions and 9 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.17 2016/06/08 19:23:07 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.18 2016/09/17 01:57:35 mef Exp $
|
||||
|
||||
DISTNAME= Log-Any-1.040
|
||||
PKGNAME= p5-Log-Any-1.04.0
|
||||
PKGREVISION= 1
|
||||
DISTNAME= Log-Any-1.042
|
||||
PKGNAME= p5-Log-Any-1.04.2
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.9 2016/04/13 18:26:23 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.10 2016/09/17 01:57:35 mef Exp $
|
||||
|
||||
SHA1 (Log-Any-1.040.tar.gz) = c871f6d615c5bb8a4a132c94aeade8b518f26892
|
||||
RMD160 (Log-Any-1.040.tar.gz) = e6049dc37c5d982a42672dd939ea0be1c2cbed16
|
||||
SHA512 (Log-Any-1.040.tar.gz) = f6ed51725026603d2b3b3f661ec7c6b6d2075f18dee68dc48afe0d87cd55cc48d04874a27d29bcb9157cf71139244261a8bb41881bb9b6167c6746555805a43b
|
||||
Size (Log-Any-1.040.tar.gz) = 41504 bytes
|
||||
SHA1 (Log-Any-1.042.tar.gz) = 6dc0d66cc39ae1377a5caebac641b461b759871f
|
||||
RMD160 (Log-Any-1.042.tar.gz) = 4449caf3a0c62290f1328b713ba6da03e1fe78fa
|
||||
SHA512 (Log-Any-1.042.tar.gz) = aa25adab677ef9ec3d4420fa3481aa31e7109812c9735a04f39b462fe40cf07a268b8074fc0cef4ae18ff1b407479dff8949277988f890e0c1de05051fce21c1
|
||||
Size (Log-Any-1.042.tar.gz) = 44244 bytes
|
||||
|
|
Loading…
Reference in a new issue