NAME
lib::relative::to::SvnCheckout
SYNOPSIS
use lib::relative::to SvnCheckout => qw(lib t/lib);
DESCRIPTION
A plugin for lib::relative::to for finding the root of a Subversion checkout and then adding some directories under it to @INC
.
It works by looking for the parent directory containing .svn/entries
.