Subject: | Fails since perl v5.17.1-315-ga64f08c |
As per subject. That commit
http://perl5.git.perl.org/perl.git/commitdiff/a64f08c
disabled the usage of strftime which is used by Algorithm::Cron.
The now broken code is in https://metacpan.org/source/PEVANS/Algorithm-Cron-0.07/lib/Algorithm/Cron.pm#L147
Taking an undeniably verified Sunday as a base would probably make the code future proof, something like
map { lc(strftime "%a %A, %B %d, %Y\n", 0,0,0,3+$_,10,113), "$_\n" } 0 .. 6;
Just an idea. Maybe DateTime has something better.
Weird, weird,
HTH,,,
P.S. what's even weirder is that no bugreport appeared so far