Koha/C4/SIP/ILS/Transaction
Colin Campbell 827ef0e83c Bug 8429: Remove unnecessary use of Exporter from SIP/ILS
All the modules in the SIP/ILS tree are objects
The addition of calls to Exporter or hand manipulation of
@ISA added unnecessary bloat
Removed the "self = shift or return" idiom  as it is nonsensical
if the method can only be called via an object.
standardized inheritance via use parent
added a $self = shift in a couple of places where it
was not strictly necessary as its absence seemed to have
misled readers in the past

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Passed-QA-by: Mason James <mtj@kohaaloha.com>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
2012-11-30 17:50:10 -05:00
..
Checkin.pm Bug 8429: Remove unnecessary use of Exporter from SIP/ILS 2012-11-30 17:50:10 -05:00
Checkout.pm Bug 8429: Remove unnecessary use of Exporter from SIP/ILS 2012-11-30 17:50:10 -05:00
FeePayment.pm Bug 8429: Remove unnecessary use of Exporter from SIP/ILS 2012-11-30 17:50:10 -05:00
Hold.pm Bug 8429: Remove unnecessary use of Exporter from SIP/ILS 2012-11-30 17:50:10 -05:00
Renew.pm Bug 8429: Remove unnecessary use of Exporter from SIP/ILS 2012-11-30 17:50:10 -05:00
RenewAll.pm Bug 8429: Remove unnecessary use of Exporter from SIP/ILS 2012-11-30 17:50:10 -05:00