1 2 3 4 5 6 7
use strict; BEGIN { ($LXRng::ROOT) = __FILE__ =~ m,(.*?)/*[^/]*$, } use lib "$LXRng::ROOT/lib"; 1;