Subject: | Tests fail on Solaris |
Tests fail on Solaris (WWW-Google-SiteMap-URL.t)
This is because POSIX strftime does not support the format string '%F'
on Solaris.
This can be easily fixed by replacing '%F' with '%Y-%m-%d' in URL.pm
(two occurrences.
I don't know if the format '%F' is part of any POSIX standard, but it
does not seem to be necessary, and as said is not part of Solaris strftime.
Best regards
Fredrik Acosta