pkgsrc/devel/p5-Find-Lib/DESCR
mef 855ff4d45b Import p5-Find-Lib-1.04 as devel/p5-Find-Lib.
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).
2015-04-30 02:44:09 +00:00

5 lines
220 B
Text

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).