Multi-language frequently-used Library developed by Bowen
./setup.sh
Or you can write the export cmd into your login profile, e.g. bashrc or zshrc.
Adding these lines to your perl codes (to use Veronica::Common
as an example)
use lib "$ENV{'VERONICA'}/perl";
use Veronica::Common;