Update to 2.20.2. From the changelog:
- Fix: Revise the 08* test to use generic regexen on non-word directory element separators to deal with MSW inconsistent use of them confusing File::Spec::catpath. - Added die, notes in placeholder lib.pm -- only visible when the Makefile.PL is bypassed and Perl version check is skipped. - Replace VERSION_FROM with VERSION in Makefile.PL to keep release info consistent between Perl installation versions. - Add ./version/v5.32.1 - Strict is unnecessary in 5.32. - Test cleanups. - Use canonpat on subdir and lib args to avoid including - dir's with '//' in them.
This commit is contained in:
parent
f389d4c9ca
commit
44377d04d9
2 changed files with 8 additions and 9 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.22 2020/08/31 18:08:05 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.23 2021/02/04 18:13:38 schmonz Exp $
|
||||
|
||||
DISTNAME= FindBin-libs-2.019002
|
||||
PKGNAME= p5-${DISTNAME:S/.0/./:S/00/./}
|
||||
PKGREVISION= 3
|
||||
DISTNAME= FindBin-libs-v2.20.2
|
||||
PKGNAME= p5-${DISTNAME:S/-v/-/}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=FindBin/}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.14 2018/05/19 10:11:21 schmonz Exp $
|
||||
$NetBSD: distinfo,v 1.15 2021/02/04 18:13:38 schmonz Exp $
|
||||
|
||||
SHA1 (FindBin-libs-2.019002.tar.gz) = d3001bcc343a5e580e3e517ce2d20f937d7fb9c4
|
||||
RMD160 (FindBin-libs-2.019002.tar.gz) = 4c19cfe608c02a7e9eea5098cb6b3bdae1ba1b0d
|
||||
SHA512 (FindBin-libs-2.019002.tar.gz) = 21f7e4093da1b7c006323479ab4bc5e535b8eb9bc610075091aea9a786efe3de35a77586454bab917094e1fb9bf5b6d7b9cb44861b154e0a0f0b46186f4b3e6b
|
||||
Size (FindBin-libs-2.019002.tar.gz) = 24194 bytes
|
||||
SHA1 (FindBin-libs-v2.20.2.tar.gz) = a9285b9c23bf42323b58a626bc342221c3a89b36
|
||||
RMD160 (FindBin-libs-v2.20.2.tar.gz) = de4ea604393f1b79607e77f192e28b18e0566ecd
|
||||
SHA512 (FindBin-libs-v2.20.2.tar.gz) = 8d2fdbb2fa4b3a294c21ebd10fe8a67e14fd85b962008b13adfc05122ca3ea9d822505cbe92a797a56289e4615c046088ee4b22a273ce0768731df2c200ed033
|
||||
Size (FindBin-libs-v2.20.2.tar.gz) = 28570 bytes
|
||||
|
|
Loading…
Reference in a new issue