Skip to content

Commit

Permalink
(devel/p5-Module-Find) Updated 0.15 to 0.16
Browse files Browse the repository at this point in the history
    0.16, 2022-08-01
            Fixes an issue where symlink tests failed on systems that do not
            support creation of symlinks. The issue appears on Windows
            systems due to changed behaviour in "File::Find" described in
            perl5/issue #19995 <Perl/perl5#19995>
            Symlink tests were previously skipped if symlink() is not
            available, and now also if creation of a symlink is not
            possible.

            Fixes issue #9 <crenz/Module-Find#9>.
            Note that on Windows system, the patch to "File::Find" from
            perl5/PR #20008 <Perl/perl5#20008> will
            be required for proper operation.
  • Loading branch information
mef committed Dec 18, 2023
1 parent e84cc7d commit 09a8c89
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions devel/p5-Module-Find/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.27 2023/07/06 09:39:32 wiz Exp $
# $NetBSD: Makefile,v 1.28 2023/12/18 13:27:20 mef Exp $

DISTNAME= Module-Find-0.15
DISTNAME= Module-Find-0.16
PKGNAME= p5-${DISTNAME}
PKGREVISION= 4
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}

Expand Down
8 changes: 4 additions & 4 deletions devel/p5-Module-Find/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.11 2021/10/26 10:16:57 nia Exp $
$NetBSD: distinfo,v 1.12 2023/12/18 13:27:20 mef Exp $

BLAKE2s (Module-Find-0.15.tar.gz) = e2c3f2b9da55880a07ab8bbcdd06df7ad539d0720a87f0c82fe9e18b1fcea899
SHA512 (Module-Find-0.15.tar.gz) = 769f1ee8836a127cb3c08edc858240c88e6481243d15b79b348c66d960213a98963bd9c453756645982c730a3c895a7dc35b06a970a0d6300690a605f4487dac
Size (Module-Find-0.15.tar.gz) = 7427 bytes
BLAKE2s (Module-Find-0.16.tar.gz) = 1c6f51c70115ac4cd29e83032eed432f5fa93bfffad5182952e6e2316ee44328
SHA512 (Module-Find-0.16.tar.gz) = a0c935fd229320ce74052180571c0da9667dc87a717e039bec27120a8ac1552988352038efd1805d62ac40fcaf7985c44b6d9c56648b379f1ca0f03727e550bd
Size (Module-Find-0.16.tar.gz) = 9560 bytes

0 comments on commit 09a8c89

Please sign in to comment.