Seems to me that this...

use strict; use warnings;

use DateTime;

while (1) { DateTime->now }


...leaks memory pretty fast. This is redhat 8, perl 5.8, DateTime 0.18 (and .01705).

Could someone kindly confirm/debunk this? I'm using DateTime extensively, and memory 
leakage has become a major problem for me. All the problems seem to go away when I 
take DateTime out of the equation.

Best regards.

TRL

Reply via email to