Skip to content

Releases: crenz/Module-Find

v0.17

16 Feb 21:45

Choose a tag to compare

Fixes issue #13 .

v0.16

01 Aug 15:15

Choose a tag to compare

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

26 Dec 00:34

Choose a tag to compare

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.

v0.14: Preparation for release

25 Dec 14:38

Choose a tag to compare

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

09 Mar 23:11

Choose a tag to compare

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