PMTEST=perl -le "do{$modn=$_;s!::!/!g;$_.=q[.pm];do{print qq[$modn is not installed.];next} unless eval qq#require(\"$_\");1# && !$@;$modv=defined(${$modn.q[::VERSION]}) ? ${$modn.q[::VERSION]}:q{[version undefined]};$numtyp=2>$modv=~tr/.// ?'%s':'% 6d';printf qq[ %-*s $numtyp in %s\n],(length>30 ? 5+length:15+length),$modn,$modv,$INC{$_}}for @ARGV;" $*