DocDB
DocDB copied to clipboard
Obsolete assumption of CWD in @INC ?
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;