set_options() now stores the old values in the stored options hash
authorMike Taylor <mike@indexdata.com>
Wed, 25 Oct 2006 13:34:56 +0000 (13:34 +0000)
committerMike Taylor <mike@indexdata.com>
Wed, 25 Oct 2006 13:34:56 +0000 (13:34 +0000)
commitf7f11e7931113a32e35189012a6a56ed5b0ca204
tree353f64db4104dfc929a67ad49f99507cd644eef5
parent191029ee1ff351327632cb49127c7bc541b6a9b3
set_options() now stores the old values in the stored options hash
that the new values were taken from, so that calling it for a second
time restores the old values.  (Well, nearly.  Because there is no way
to unset an option once it's been set, the best we can do is set such
an option to the empty string.  That seems to be good enough.)
lib/ZOOM/IRSpy/Task.pm