Badger::Utils

package Your::Module

use Badger::Utils   qw( textlist params );
use Scalar::Util    qw( blessed );
use List::Util      qw( max min );
use List::MoreUtils qw( any all );
use Digest::MD5     qw( md5_hex );
Thus Spake Andy:

There's also a bunch of other core and non-core utility modules that you might be using.