http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8429 --- Comment #6 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 13360 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13360&action=edit [SIGNED-OFF] 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> -- You are receiving this mail because: You are watching all bug changes.