Files
pkgsrc-ng/devel/p5-Find-Lib/DESCR
2016-01-21 23:41:46 +01:00

6 lines
220 B
Plaintext

The purpose of this module is to replace
use FindBin;
use lib "$FindBin::Bin/../bootstrap/lib";
with something shorter. This is specially useful if your project has a
lot of scripts (For instance tests scripts).