> > At least I've heard something that makes sense: you test your code with > the help of Devel::Cycle and want hide leaks outside an object. >
You seem to be misunderstanding a few things, by storing the callbacks outside of the delay object, we avoid circular references entirely, they are not just hidden. And there never were any leaks in the first place, just circular references that get resolved later on automatically. -- sebastian -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
