Subject: | get_next_execution_time spins in infinite loop |
use Schedule::Cron;
for (1 .. 100) {
warn "$_ ", time, ' ', Schedule::Cron->new(sub {})-
Show quoted text
>get_next_execution_time('* * * * * */10');
sleep 1;
}
Didn't have time to dig to figure out the problem. This spins out of
control at the turn of every minute. Redhat and Debian.
0.97 is ok.
TRL