]> git.koha-community.org Git - koha.git/commit
Bug 5611 Tidy up C4::Scrubber
authorColin Campbell <colin.campbell@ptfs-europe.com>
Wed, 12 Jan 2011 16:53:22 +0000 (16:53 +0000)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Wed, 12 Jan 2011 18:42:21 +0000 (13:42 -0500)
commit3a7c8426c0420f1239d36e019844997a6bc837b0
tree0fada57604981618be41448467ae9e0e33aaa995
parenta5ea4eb39f4dfb9b935ef787f1bd2398c7e04169
Bug 5611 Tidy up C4::Scrubber

Remove the unneeded package variables
Remove unnecessary variables
Removed some cargo-cult programming
Tidied the indentation from mix of tabs & spaces
Add a Test that we actually return the required class
of object

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
(cherry picked from commit 073fb1aee655f9f29e99cc56ddf584eb6c7813a9)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
C4/Scrubber.pm
t/Scrubber.t