]> git.evergreen-ils.org Git - working/Evergreen.git/commit
'use parent' consistently throughout OfflineStore.pm
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 10 Sep 2010 19:07:45 +0000 (19:07 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 10 Sep 2010 19:07:45 +0000 (19:07 +0000)
commitb6cca87695c2162988f0b8239391d1c8c0d012c3
tree6d960d6b73f4a0d000a2b01c55da756183a88689
parentba0eb1245e9f4144dacf0a74a3758e28a990849c
'use parent' consistently throughout OfflineStore.pm

If we're going to use "use parent" instead of "use base" when creating
the child instance of Class::DBI 3.01 that is OpenILS::Utils::OfflineStore,
we might as well be consistent when declaring its own children.

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