Installation ============ In principle, installation of PezcaCA is very easy, you just have to copy Pezca.pm to a directory that can be found by Perl. In any case, PezcaCA needs perl module 'CA' from EPICS Base. Run directly from the source directory -------------------------------------- Environment variable `EPICS_BASE` must be set to the directory where EPICS Base is installed. Run:: source ./setenv.sh You can now use Pezca, a simple test is:: perl -e 'use Pezca;' Install with Makefile.PL ------------------------ Run:: perl Makefile.PL INSTALL_BASE= make install