http://www.perlmonks.org?node_id=207535


in reply to use (all)

any problems with
BEGIN {foreach (glob "$FindBin::Bin/metrics/*.pm") {require;}}
? I am thinking of taking this approach... anything that might bite me later? (I am not fluent in the nuances of use vs. require)
nop