moved some code out of the main catloader module into function-specific sub-modules...
authorBill Erickson <erickson@esilibrary.com>
Sun, 13 Feb 2011 22:44:04 +0000 (17:44 -0500)
committerBill Erickson <berick@esilibrary.com>
Wed, 20 Jul 2011 18:32:13 +0000 (14:32 -0400)
commitccb76e515ffe66085cc4faf030ed7bdcd0cc059b
treed8aaf0a0c8fe8841d7fc982f80595ea1761f47ba
parent0a104ec9675eda52adb5884c88fe23930fbd3991
moved some code out of the main catloader module into function-specific sub-modules.  Note, sub-modules still retain the OpenILS::WWW::EGCatLoader package name to ease subclassing of the top-level loader object
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Account.pm [new file with mode: 0644]
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Record.pm [new file with mode: 0644]
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm [new file with mode: 0644]
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Util.pm [new file with mode: 0644]