DocDB icon indicating copy to clipboard operation
DocDB copied to clipboard

Obsolete assumption of CWD in @INC ?

Open pms967 opened this issue 2 years ago • 0 comments

At least in recent Debian/Ubuntu based Linux distributions, you'll need to add the following code to get it working:

use FindBin 1.51 qw( $RealBin ); use lib $RealBin;

pms967 avatar Dec 05 '22 19:12 pms967