NAME
FunctionalPerl::TailExpand
SYNOPSIS
use lib "./meta";
use FunctionalPerl::TailExpand;
use FunctionalPerl::Htmlgen::Nav; # or whatever other modules use tail
DESCRIPTION
Avoid dependency on Sub::Call::Tail by running bin/expand-tail on all modules (that can contain tail calls) first.
Automatically runs use lib "./.htmlgen"; etc. to have subsequent module loads happen from the expanded files.
Can only be run with the current working directory being the root of the source repository, i.e. during testing (or build).