HARD_DEPS="$(echo $(make listalldeps))"
# FIXME - temporary workaround for https://github.com/rjbs/Test-Deep/issues/22
- HARD_DEPS="$(sed 's/Test::Deep//' <<< $HARD_DEPS)"
+ HARD_DEPS="$(sed 's/Test::Deep//' <<< $HARD_DEPS | sort -R)"
else
- HARD_DEPS="$(echo $(make listdeps))"
+ HARD_DEPS="$(echo $(make listdeps | sort -R))"
##### TEMPORARY WORKAROUNDS needed in case we will be using a fucked CPAN.pm
if ! CPAN_is_sane ; then
if [[ -z "$@" ]] ; then return; fi
# one module spec per line
- MODLIST="$(printf '%s\n' "$@")"
+ MODLIST="$(printf '%s\n' "$@" | sort -R)"
# We want to trap the output of each process and serially append them to
# each other as opposed to just dumping a jumbled up mass-log that would