HTML::Template (libhtml-template-perl)
CGI::Session (libcgi-session-perl)
# ensure apache conf contains deletepatron config (location should be ${INSTALLDIR}/var/web/deletepatron)
cd ${INSTALLDIR}/var/web && git clone https://github.com/twirlip/deletepatron.git
cd ${INSTALLDIR}/var/web/deletepatron && git checkout eg22 && find . -name *.pm | xargs sed -i -e 's|/openils|/srv/openils|g'
+apt-get install libcgi-session-perl libhtml-template-perl
# 7. support scripts
cp ${BUILDDIR}/Open-ILS/src/support-scripts/generate_circ_notices.pl ${INSTALLDIR}/bin