Skip to content

Commit 58050d6

Browse files
author
mef
committed
(devel/p5-Log-Any) Updated to 1.70.8
1.708 2020-01-12 22:56:43-05:00 America/New_York [Added] - Added 'Capture' adapter for capturing log messages in an array or running an arbitrary callback. This makes it easier to test log messages, collect messages from a certain scope for later display. Thanks @nrdvana! [Github #77] - Added Log::Any::Adapter 'get' class method to get an adapter for a category. This allows bypassing the Proxy and using the Adapter directly. Doing so breaks all the features enabled by a Proxy, and so should only be used in special circumstances (definitely not in CPAN modules). Thanks @nrdvana! [Github #78] - Added 'Multiplex' adapter for directing log output to one or more Log::Any adapters. This allows, for example, basic logging to Stderr and logging to a remote Syslogd or Elastic. Thanks @jrubinator and @GrantStreetGroup for contributing this! [Github #79, Github #16]
1 parent 0f9a836 commit 58050d6

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

devel/p5-Log-Any/Makefile

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# $NetBSD: Makefile,v 1.32 2019/08/11 13:19:43 wiz Exp $
1+
# $NetBSD: Makefile,v 1.33 2020/04/16 10:20:43 mef Exp $
22

3-
DISTNAME= Log-Any-1.707
4-
PKGNAME= p5-Log-Any-1.70.7
5-
PKGREVISION= 2
3+
DISTNAME= Log-Any-1.708
4+
# 1.708 -> 1.70.8
5+
PKGNAME= p5-${DISTNAME:C/-([0-9])\.([0-9])([0-9])([0-9])/-\1.\2\3.\4/}
66
CATEGORIES= devel perl5
77
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/}
88

devel/p5-Log-Any/distinfo

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
$NetBSD: distinfo,v 1.20 2018/08/15 02:09:05 wen Exp $
1+
$NetBSD: distinfo,v 1.21 2020/04/16 10:20:43 mef Exp $
22

3-
SHA1 (Log-Any-1.707.tar.gz) = c2f9d790a96de1cf91e6ac227bbc18c5a6288d84
4-
RMD160 (Log-Any-1.707.tar.gz) = 059825d96ee2a34e52a456c69bf6d14a7577f2e2
5-
SHA512 (Log-Any-1.707.tar.gz) = b5fc37130b3bb07c9fac896c539657fffad2e80c2055a09816e133e48f3f5db9a3b896ea11bf087b5fe6844a72fb6189656a3033c7761c00f471282747e1c290
6-
Size (Log-Any-1.707.tar.gz) = 49619 bytes
3+
SHA1 (Log-Any-1.708.tar.gz) = 83de8891b3c902aa0e100414ecc66b7bc3ffac89
4+
RMD160 (Log-Any-1.708.tar.gz) = 1bfff7dcc7644a67226d6784f75cfcbf16e038ec
5+
SHA512 (Log-Any-1.708.tar.gz) = 7cb86cb376140cd99a1f5aca97e5991ae958dbea39c64db3f095663341160cda055572694679f281581e0ba5c2a74d92c27a13aaed6b40f33c6f95d0c3ac7523
6+
Size (Log-Any-1.708.tar.gz) = 56166 bytes

0 commit comments

Comments
 (0)