On Mon Feb 20 14:13:19 2006, ADAMK wrote:
Show quoted text> When run inside the debugger, CPANPLUS goes into an infinite loop that
> very slowly eats up memory, while saving the metadata at END time.
If you're actually worried about this, it's probably worth looking itno what
storable is doing, as that's what's going to be eating the ram.
On a related note, i've just applied change 12389:
* save sources to disk after creating the trees, not at end of script
this should speed up closing the application, at a one time overhead
when parsing the sourcefiles