2023-12-18 14:27:20 by Makoto Fujiwara | Files touched by this commit (2) |
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.
|
2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483) |
Log message:
*: recursive bump for perl 5.38
|
2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message:
*: recursive bump for perl 5.36
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575) |
Log message:
*: recursive bump for perl 5.34
|
2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) |
Log message:
*: bump PKGREVISION for perl-5.32.
|
2020-04-16 13:26:20 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(devel/p5-Module-Find) Updated to 0.15
0.15, 2019-12-26
Fixed RT#127657 (bug report contributed by Karen Etheridge):
Module::Find now uses @ModuleDirs (if specified) for loading
modules. Previously, when using setmoduledirs() to set an array
of directories that did not contain @INC, Module::Find would
find the modules correctly, but load them from @INC.
|
2020-01-10 22:11:50 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Needs bsdtar to extract.
|
2020-01-01 05:42:07 by Makoto Fujiwara | Files touched by this commit (2) | |
Log message:
(devel/p5-Module-Find) Updated to 0.14
0.14, 2019-12-25
A long overdue update. Thank you for the many contributions!
- Fixed RT#99055: Removed file readability check (pull request contributed by \
Moritz Lenz)
- Now supports @INC hooks (pull request contributed by Graham Knop)
- Now filters out filenames starting with a dot (pull request contributed by \
Desmond Daignault)
- Now uses strict (pull request contributed by Shlomi Fish)
- Fixed RT#122016: test/ files show up in metacpan (bug report contributed by \
Karen Etheridge)
|