Add comprehensive 'report-prereqs'-like tooling
authorPeter Rabbitson <ribasushi@cpan.org>
Wed, 4 Mar 2015 01:30:48 +0000 (02:30 +0100)
committerPeter Rabbitson <ribasushi@cpan.org>
Thu, 5 Mar 2015 18:27:34 +0000 (19:27 +0100)
commitcebc0cc8d66b9e6dee81349188517d5a1335a558
tree5cd9f299839ab29777e1c4346e1d5fb117ce8120
parentc9abd679a19b02556ed765f725c3fd7a68207257
Add comprehensive 'report-prereqs'-like tooling

Unlike what is currently available in various Dzil plugins, this is more of
a descendent of Test::DiagINC - it tries to load as much as possible and
subsequently reports on whatever can be found in the symtable.

There is no (and never will be any) attempt made to validate if all modules
listed in the various METAs are in fact available (this is what the rest of
the test suite is for).

Module versions are broken up into groups depending on their place in @INC,
without leaking the contents of @INC itself.
t/00describe_environment.t [new file with mode: 0644]