855ff4d45b
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).
5 lines
220 B
Text
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).
|