Subject: | Randomize loading order |
Loading a module usually has side effects such as loading other modules.
Some modules may have a missing 'use' statement that is not visible if
another previously loaded module has already loaded the dependency.
Test::Compile currently use a fixed order (alaphabetic sorted), so it
may hide some problems.
A randomized load ordering would help to detect such cases.
--
Olivier Mengué - http://perlresume.org/DOLMEN