Re: [CDBI] Re: construct sucks.
Perrin Harkins <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.class-dbi |
|---|---|
| Message-ID | <[email protected]> |
Ryan Tate wrote: > The point of LOI is to ensure just one of each object is in memory at > a time -- not to block addition of data to the object, which is what > is happening here, due to misdesign of construct method. And, really, > of the _init method, which sadly cannot be overridden in a sublass. Did you look at the more recent versions? All of that code changed quite a bit with patches from Tim Bunce and me. The problems you mention might have been addressed already. - Perrin