Bug 10601: (follow-up) improvements to ->set() and ->get()
authorGalen Charlton <gmc@esilibrary.com>
Wed, 18 Sep 2013 17:23:44 +0000 (17:23 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 18 Sep 2013 17:23:44 +0000 (17:23 +0000)
commit72479fec404ebf446f53a1c290ac10139e65d418
tree4825cb10c6ab4042281e9a93a7005585c5c72536
parentf4a30cc68bb633b6a990f87205f76728e27ae985
Bug 10601: (follow-up) improvements to ->set() and ->get()

This patch improves the POD for C4::BackgroundJob->get().  It also
fixes ->set() so that it cannot scribble over values that are properly
internal to the object.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
C4/BackgroundJob.pm