p5-List-Compare: update to 0.55.
0.54 Sun Aug 16 14:21:36 EDT 2020 - Prepare for future version of Perl with strict- and warnings-by-default. 0.55 Sun Aug 16 18:37:07 EDT 2020 - In test suite, replace IO::CaptureOutput with Capture::Tiny.
This commit is contained in:
parent
678f19251c
commit
bea20dbb28
2 changed files with 10 additions and 10 deletions
|
@ -1,10 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.17 2020/08/31 18:11:50 wiz Exp $
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.18 2020/09/07 14:39:22 wiz Exp $
|
||||
|
||||
DISTNAME= List-Compare-0.53
|
||||
DISTNAME= List-Compare-0.55
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 5
|
||||
CATEGORIES= perl5 textproc
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=List/}
|
||||
|
||||
MAINTAINER= pettai@NetBSD.org
|
||||
|
@ -12,6 +10,8 @@ HOMEPAGE= https://metacpan.org/release/List-Compare
|
|||
COMMENT= Compare elements of two or more lists
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
TEST_DEPENDS+= p5-Capture-Tiny-[0-9]*:../../devel/p5-Capture-Tiny
|
||||
|
||||
PERL5_PACKLIST= auto/List/Compare/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.4 2015/11/28 14:43:03 wen Exp $
|
||||
$NetBSD: distinfo,v 1.5 2020/09/07 14:39:22 wiz Exp $
|
||||
|
||||
SHA1 (List-Compare-0.53.tar.gz) = 8406fca7e39bc7a934eb1b3a09ffc945ce8ca69b
|
||||
RMD160 (List-Compare-0.53.tar.gz) = 00bba70277e8674d213c468ac4d1cb8944894671
|
||||
SHA512 (List-Compare-0.53.tar.gz) = b467e9395afa8297f5f59d745d22048373cfd60dc0c8ce56d0ad95e8f9fddcda487d99c906b9fb5ac1b28aa53873a7c9689347866c3aa907aecd31b4a127627a
|
||||
Size (List-Compare-0.53.tar.gz) = 88437 bytes
|
||||
SHA1 (List-Compare-0.55.tar.gz) = 57fa1d834fcb62727f12caea39a2c047e1e23fcf
|
||||
RMD160 (List-Compare-0.55.tar.gz) = a0db9cf555a8cbaf2ad3394f5fcca6036faed480
|
||||
SHA512 (List-Compare-0.55.tar.gz) = 0f7e2325449298940f14b369b0c82c326c6e596123939285b8e7cce9cc36e8a78620eb4ff96594c55c26c1acecb46966d4d40eb5f591e76798614257c300d705
|
||||
Size (List-Compare-0.55.tar.gz) = 84975 bytes
|
||||
|
|
Loading…
Reference in a new issue