Subject: | undef unsed in numeric comparisons and substractions |
&Calendar::Simple::calendar does not check its third arg
for defined-ness before using it in numeric comparisons
and subtractions.
A quick fix is to insert the following after line 48
$start_day ||= 0;
Thanks :)
-matt