Releases: crenz/Module-Find
Releases · crenz/Module-Find
v0.17
v0.16
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 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 #9. Note that on Windows systems, the patch to File::Find from Perl/perl5#20008 will be required for proper operation.
As released on CPAN
v0.14: Preparation for release
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)
v0.13: Preparation for release
This release contains two contributions from Moritz Lenz:
- Link to Module::Pluggable and Class::Factory::Util in "SEE ALSO"
- Align package name parsing with how perl does it (allowing single quotes as module separator)
Added test for meta.yml