Rewrite dependency lister from - now produces *much* easier to read output
authorPeter Rabbitson <ribasushi@cpan.org>
Sun, 5 Apr 2015 11:52:11 +0000 (13:52 +0200)
committerPeter Rabbitson <ribasushi@cpan.org>
Sun, 5 Apr 2015 13:18:33 +0000 (15:18 +0200)
commit55c6fb91c49622238426338d04dbc4f253445cdf
tree83b0364f24189f0df4ee879f6473fa75611ca0b5
parentbaa02fa95f293fa55614707df3720ee820b95d62
Rewrite dependency lister from - now produces *much* easier to read output

Knowing where a module came from is quite valuable, but the segmentation done
in cebc0cc8 makes it rather hard finding a particular module. Instead add
an extra prefix with shorthand "dirs of interest" names, and putput the entire
list in ci-alphabetical order.

Additionally make sure we explicitly print out our versions under CI (a silly
omission from earlier), and explicitly omit loading dist_* optdeps

While the diff is massive, the actual logic did not change in any significant
way.
maint/travis-ci_scripts/30_before_script.bash
maint/travis-ci_scripts/40_script.bash
t/00describe_environment.t