Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-Module-Find
From: Makoto Fujiwara
Date: 2023-12-18 14:27:20
Message id: 20231218132720.50CD1FA42@cvs.NetBSD.org
Log Message:
(devel/p5-Module-Find) Updated 0.15 to 0.16
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 <https://github.com/Perl/perl5/issues/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 <https://github.com/crenz/Module-Find/issues/9>.
Note that on Windows system, the patch to "File::Find" from
perl5/PR #20008 <https://github.com/Perl/perl5/pull/20008> will
be required for proper operation.
Files: