]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Enable Class::DBI::Frozen::301 use for offline transaction management
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 10 Sep 2010 16:08:30 +0000 (16:08 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 10 Sep 2010 16:08:30 +0000 (16:08 +0000)
commita20b6896b3803ad6e9e8b08518799a0e599436f9
treeab4d57047e24619e7533a5d419e7dec0c4714731
parent8bca42603292de7d8a02b375bad872875eee65bd
Enable Class::DBI::Frozen::301 use for offline transaction management

Most modern systems will install Class::DBI::Frozen::301 to avoid
conflicts with incompatible Class::DBI packages. We need to teach
offline.pl how to use Class::DBI::Frozen::301 if it is available.

Note that we're using "use parent" instead of "use base" per the
recommendation of "perldoc base"; accordingly, we're adding the
system prerequisite for the parent pragma.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@17575 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/src/extras/Makefile.install
Open-ILS/src/perlmods/OpenILS/Utils/OfflineStore.pm