On Mon, 2 Aug 2004, Daisuke Maki wrote: > From the Storable docs: > > The first time the hook is hit in a serialization flow, you may > have it return an empty list. That will signal the Storable engine > to further discard that hook for this class and to therefore revert > to the default serialization of the underlying Perl data. The hook > will again be normally processed in the next serialization. > > I think this is the behavior that we'd want.... I think (the wording is > a bit ambiguous to me, but it sounds like it)
Ah, I didn't remember that. > And here's the test to go with it. > Your wish is my command ;) Assuming the tests pass, please feel free to check it in. -dave
