Changes for version 0.05_04 - 2013-09-22
- EHANCEMENTS
- Upgrade documentation
- Logs system with File::Stamped & Log::Minimal
- Use Module::Version's Perl API, not command line (avoid problems reported by Smoke testers)
- Now implement the Module::CoreList 2.99 instead of 2.4902 to use it's is_core() method (avoids to use another IPC::Cmd)
Changes for version 0.05_03 - 2013-09-17
- FIXES
- A pod error
- Add App::Ack and Module::Version to TEST_REQUIRES in Makefile.PL
Changes for version 0.05_02 - 2013-09-16
- FIXES
- get_modules() method rewriting, using IPC::Cmd, not exec() or system()
- Fix crash when not finding any use or require
- Make the module more portable by using Cwd to get some dynamic path and avoid relative path problems
- EHANCEMENTS
- Make Dependencies::Searcher using Dependencies::Searcher::AckRequester
- Build an independant module for the Ack part, that returns an array containing interesting lines
- Add a MIN_PERL_VERSION (5.010) in Makefile.PL as recommanded at CPANTS
Changes for version 0.05_01 - 2013-09-10
- EHANCEMENTS
- Test Ack availability in tests
- Remove tests that asks for a static number of results (non-predictable)
Modules
Manage your dependencies list in a convenient way
Helps DependenciesSearcher to use Ack