Philippe M. Chiasson wrote: > On Fri, 2004-02-27 at 19:38, Geoffrey Young wrote: > >>Philippe M. Chiasson wrote: >> >>>Finally got around implementing Apache::PerlSections->(dump|store); >>> >>>Comments ? >> >>freeze/thaw? > > > What do you mean? Use Storable to dump the data out? I could implement > that quite easily, just trying to keep things as close to they were in > 1.x as possible.
actually, storable did cross my mind :) but what I meant was perhaps implement freeze() and thaw() over store() and dump(), as that seems to be the naming convention in Storable, A-T internals, etc. but if there were store/dump methods in 1.0 I guess we should keep them. I honestly never used them there. --Geoff --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
