The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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