Help for this page
# workaround.pm BEGIN { push @INC, sub { ... }; } 1;
$ perl -Mworkaround -MFoo::Bar -E' say "still alive"; ' still alive