summaryrefslogtreecommitdiff
path: root/devel/p5-Find-Lib/DESCR
blob: ede142d6f618a5c65bf330c08cc0730985c8ffa4 (plain)
1
2
3
4
5
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).