for f in `cat 5.5-bare-module-list.txt`; { echo -n "$f XXX "; perl -M$f -e 1; echo; } 2>&1 | tee 5.5-use-module-failures.txt