--- /dev/null
+Upgrade Notes
+=============
+
+Standalone DB servers require the installation of a new Perl module to
+support the new is_tt2() function, which validates in-database Template
+Toolkit templates.
+
+ * For debian systems, install 'libtemplate-perl'
+ * For Fedora systems, install 'perl-Template-Toolkit'
.(Debian / Ubuntu) Installing additional Perl modules on a standalone PostgreSQL 9 server
[source, bash]
------------------------------------------------------------------------------
-aptitude install gcc libxml-libxml-perl libxml-libxslt-perl
+aptitude install gcc libxml-libxml-perl libxml-libxslt-perl libtemplate-perl
cpan Business::ISBN
cpan JSON::XS
cpan Library::CallNumber::LC
------------------------------------------------------------------------------
yum install gcc perl-XML-LibXML perl-XML-LibXSLT perl-Business-ISBN
yum install perl-Library-CallNumber-LC perl-MARC-Record perl-MARC-Charset
-yum install perl-MARC-File-XML perl-UUID-Tiny
+yum install perl-MARC-File-XML perl-UUID-Tiny perl-Template-Toolkit
------------------------------------------------------------------------------
You need to create a PostgreSQL superuser to create and access the database.