Update to 0.62
Upstream changes: 0.62 May 15, 2018 Update content of generated Makefile.PL to include META_MERGE where the system's ExtUtils::MakeMaker is new enough to accommodate that element. While this is a step on the road to a "git-ready" module, this does not amount to a change in effective functionality. 0.61 May 14, 2018 Update content of MANIFEST.SKIP (when INCLUDE_MANIFEST_SKIP is set to true value) to reflect contemporary best practices (e.g., account for Travis and AppVeyor configuration files).
This commit is contained in:
parent
67147434f1
commit
f758a595f5
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.18 2018/05/09 06:30:50 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.19 2018/05/20 11:08:06 wen Exp $
|
||||
|
||||
DISTNAME= ExtUtils-ModuleMaker-0.60
|
||||
DISTNAME= ExtUtils-ModuleMaker-0.62
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.8 2018/05/09 06:30:50 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.9 2018/05/20 11:08:06 wen Exp $
|
||||
|
||||
SHA1 (ExtUtils-ModuleMaker-0.60.tar.gz) = 395494435acbe0ebc988c924676be993b4b36ca2
|
||||
RMD160 (ExtUtils-ModuleMaker-0.60.tar.gz) = b6fc707fc1260704bf7d99c42b425b435a4d2103
|
||||
SHA512 (ExtUtils-ModuleMaker-0.60.tar.gz) = 17e75f51d40c272f5acc648490b3d55a2f1bcde95b7a12d716a18bb72c18162a1f9c3de2ea23f8f071e5249f08d84af1586f6570947b32e3f1656a45c84daadb
|
||||
Size (ExtUtils-ModuleMaker-0.60.tar.gz) = 135316 bytes
|
||||
SHA1 (ExtUtils-ModuleMaker-0.62.tar.gz) = 8571edc11a998d17e3237d88987c525131ca4832
|
||||
RMD160 (ExtUtils-ModuleMaker-0.62.tar.gz) = 0868ffdd9fee4a837c7c7eb8850b27b59993516b
|
||||
SHA512 (ExtUtils-ModuleMaker-0.62.tar.gz) = 55eb7d38ba97d77505f4b0ccc1f81fc2be606a5cc868e243cb849bd2b36b08dfec9c2c7090dff6ae355cea48cac06bdf1b192eff6bc6e823e570c263e62581d2
|
||||
Size (ExtUtils-ModuleMaker-0.62.tar.gz) = 136234 bytes
|
||||
|
|
Loading…
Reference in a new issue