p5-Carp: update to 1.50.
1.50 not documented version 1.49 * comment only change, document the change from 1.47 better and create a commit in blead-perl which can be used to reference this issue from the bug report. version 1.48 * guard against hand-rolled UNIVERSAL::can() implementations which throw exceptions when we call $obj->can("(("). version 1.47, 1.47_02 * Deal with overloading when overload.pm is not use * Note 1.47_02 only existed for one commit in blead-perl, and in fact no 1.47 should ever see the wild. version 1.47, 1.47_01 * Do not die on trappable stack-not-refcounted bugs while serializing the stack. * Note 1.47_01 only existed for one commit in blead-perl, and in fact no 1.47 should ever see the wild. version 1.46 * avoid vivifying UNIVERSAL::isa:: in Carp version 1.45 * Optimize format_arg when arguments contain many references version 1.43 * fix problems introduced by the partial EBCDIC support from version 1.35 version 1.42 * add some doc clue about what cluck does * avoid floating point overflow in test version 1.41 * add missing "<FH> chunk #" phrase to messages version 1.40; 2016-03-10 * Get arg_string.t to compile in perl v5.6 * Add information for how to contribute to Carp. version 1.39; 2016-03-06 * bugfix: longmess() should return the error in scalar context (CPANRT#107225)
This commit is contained in:
parent
6be02cfd9a
commit
f1f2391c3b
2 changed files with 7 additions and 8 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.3 2018/08/22 09:43:41 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2018/09/09 06:53:31 wiz Exp $
|
||||
|
||||
DISTNAME= Carp-1.38
|
||||
DISTNAME= Carp-1.50
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Carp/}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2017/05/23 13:11:07 nils Exp $
|
||||
$NetBSD: distinfo,v 1.2 2018/09/09 06:53:31 wiz Exp $
|
||||
|
||||
SHA1 (Carp-1.38.tar.gz) = 6ad4e281ea94c3065c54237b03e1740b879fb6e5
|
||||
RMD160 (Carp-1.38.tar.gz) = 6f179dc27242c908339ade0972b8c83a5db16e3a
|
||||
SHA512 (Carp-1.38.tar.gz) = da59e6df490599ee8a83b18c9767438d29b18e4fdd291f2a432be6e7610bf312ddb40f1f2d6892787720ae0133e2b50c47d1fde122094e69114165ebd5b98920
|
||||
Size (Carp-1.38.tar.gz) = 20582 bytes
|
||||
SHA1 (Carp-1.50.tar.gz) = 309973bc0c27f7a186a307c0f243cac36101d229
|
||||
RMD160 (Carp-1.50.tar.gz) = aec90b85120c721edf7958ff912e6b4f1633e083
|
||||
SHA512 (Carp-1.50.tar.gz) = 624e5fe41492d1d5de840d56a648168f2e6066717efaa20d257b277219ea2cd3b73e5bc2bd46a3e37e060cb3e35b4cccc560bdd169c2e252e861d441e90df4b6
|
||||
Size (Carp-1.50.tar.gz) = 24894 bytes
|
||||
|
|
Loading…
Reference in a new issue