Updated devel/p5-Log-Dispatch to 2.65
------------------------------------- 2.65 2017-06-11 - When Log::Dispatch::File is asked to chmod a file and that fails, show the requested permissions in octal. Patch by Carsten Grohmann. GitHub #46. 2.64 2017-02-25 (TRIAL RELEASE) - Improve level validation and canonicalization logic. Patch by Kerin Millar, minor changes and tests by Kivanc Yazan. Github #42. - The log_and_die and log_and_croak methods are now identical, as we set @CARP_NOT for Log::Dispatch to exclude the Log::Dispatch package. You can still explicitly pass carp_level to log_and_croak. CVS: ----------------------------------------------------------------------
This commit is contained in:
parent
989a811d2b
commit
b854b3f944
2 changed files with 7 additions and 9 deletions
|
@ -1,9 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.58 2017/06/05 14:23:11 ryoon Exp $
|
||||
# $NetBSD: Makefile,v 1.59 2017/06/15 14:16:29 mef Exp $
|
||||
|
||||
DISTNAME= Log-Dispatch-2.63
|
||||
DISTNAME= Log-Dispatch-2.65
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
PKG_REVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.31 2017/03/20 21:28:07 mef Exp $
|
||||
$NetBSD: distinfo,v 1.32 2017/06/15 14:16:29 mef Exp $
|
||||
|
||||
SHA1 (Log-Dispatch-2.63.tar.gz) = 19774c9500d3e8237a642ea65fda867f4066f1b4
|
||||
RMD160 (Log-Dispatch-2.63.tar.gz) = 8e3d29c19c845c4d03764e432481f9f1e92a67c7
|
||||
SHA512 (Log-Dispatch-2.63.tar.gz) = 4b44ff7d85741eb57b25938b9b92863614a5267f1574b88c20d91a47e6ef2c957ca47be5211f6c735d453f35c0a326d3b07ab044440e24d763ecb9a09a4856c8
|
||||
Size (Log-Dispatch-2.63.tar.gz) = 65522 bytes
|
||||
SHA1 (Log-Dispatch-2.65.tar.gz) = d3cb37b8fe0bdeb097de4eaeaa314d1b9a4fc958
|
||||
RMD160 (Log-Dispatch-2.65.tar.gz) = 209f220207df5f8338a0781decfca8a2e7de79c0
|
||||
SHA512 (Log-Dispatch-2.65.tar.gz) = c686d78e249155f1fb5e25c113ad768826e1fc615f4c65400250480330ccdf77b198e57645ebedc53e98d2a33d46308a985e8cd1f084d12c5475963931498a6a
|
||||
Size (Log-Dispatch-2.65.tar.gz) = 66866 bytes
|
||||
|
|
Loading…
Reference in a new issue