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


in reply to Re^2: Debugging module version conflicts
in thread Debugging module version conflicts

Unfortunately my Eclipse debug dialogue is missing the 'Environment' tab.

You could also set it from within your script, e.g.

#!/usr/bin/perl BEGIN { $ENV{PERL_DL_DEBUG} = 1 } use Time::HiRes; # ...