]> git.evergreen-ils.org Git - Evergreen.git/commit
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 <erickson@esilibrary.com>
Sun, 13 Feb 2011 22:44:04 +0000 (17:44 -0500)
commit1754a52a505eaf6d486fc1b0f4c781cb280949f1
tree1a8f034d5939ab5cef2c4ed61aed0c4d1da91a06
parentb04e091da415a1bb1d00ffd10a913a13c4175d1b
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]