Help for this page

Select Code to Download


  1. or download this
    BEGIN {
        use Path::Tiny;
    ...
        $base = $base->parent until -f "$base/.some-dot-file" or $base->is
    +_rootdir;
        unshift @INC, "$base/lib";
    }