NAME

lib::relative::to:ParentContaining:

SYNOPSIS

use lib::relative::to
    ParentContaining => 'MANIFEST', qw(lib t/lib);

DESCRIPTION

A plugin for lib::relative::to for finding a parent (or grandparent, or ...) directory which contains some particular file or directory and then adding some directories under it to @INC. It is a fatal error to not find a suitable parent directory.