Dependencies-Searcher
view release on metacpan or search on metacpan
Revision history for Dependencies-Searcher
0.65 2016-02-13 21:11 CET
[FIX]
- #53 clean_everything() didn't clean when some underscores where
found. Also, qw(xxx) wasn't cleaned
- cpanfile not generated on perl 5.22
[EHANCEMENT]
- Add a one-liner from @climagic that is supposed to achieve the same aim
than this module (see documentation CAVEATS section)
0.64 2014-07-16 17:15 UTC
[FIX]
- Fix some "qw/ xxx /" and "qw( xxx )" that weren't cleaned
[EHANCEMENT]
- Add a link to Dist::Zilla::Plugin::AutoPrereqs in the SEE ALSO section
thanks to dolmen
0.063 2014-07-15 19:29
[FIX]
- Fix #48 : some tests fails because we use modules that where supposed
to not be in core but are in recent version of Perl (especially with
Module::CoreList)
- If we don't find a specific module version, we format the cpanfile
line in the right way anyway
0.062 2014-02-16 00:09
[FIX]
- Now use the standard cpanfile syntax
- Now use appropriate version numbers (thanx chorny)
0.06.1 2014-01-06 09:25
[FIX]
- A pod error, need to deploy it again to run the tests
0.06 2014-01-05 21:28
[FIX]
- First stable release !
- Only change some typos, since all the issues have been resolved
0.05_11 2013-11-10 20:55
[EHANCEMENT]
- Remove some tests that weren't possible to pass
0.05_10 2013-11-09 23:44
[FIX]
- Use a full path for Ack use tests, because the simple 'ack' command is not portable
- Fix bug #39, modules array that was supposed to be in scalar context but wasn't
- Broken link in POD
[EHANCEMENT]
- Moved some tests from the full-impl test suite to ack-requester test suite
0.05_09 2013-11-03 23:08
[FIX]
- Fix the issue #37, POD lines starting by use or requires are not considered as code anymore
- Fix the issue #30 , using Path::Class for making the module portable (especially path separators)
- A pod error
[EHANCEMENTS]
- Tests for found patterns (POD or code)
- Activate tests for POD
- Tests for cpanfile
0.05_08 2013-10-20 21:58
( run in 2.939 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )