- New upstream release 0.13
- Removed file readability check (GH#4, CPAN RT#99055)
- Now supports @INC hooks (GH#6)
- Now filters out filenames starting with a dot (GH#7)
- Now uses strict (GH#8)
- Fixed CPAN RT#122016: test/ files show up in metacpan
- Module::Find now uses @ModuleDirs (if specified) for loading modules
(CPAN RT#127657); 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
- New upstream release 0.13
- 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)
- Classify buildreqs by usage
- New upstream release 0.11
- defined(@array) is deprecated under Perl 5.15.7 (CPAN RT#74251)
- Don't need to remove empty directories from buildroot
- Drop %defattr, redundant since rpm 4.4