Subject: | Discrepancy between doc of date formats and actual formats |
Log-Dispatch-FileRotate-1.05
Perl 5.8.0
Error message: "Bad Rotation pattern (yyyy-MM-dd) using yyyy-dd"
The POD says that "yyyy-MM-dd" is the appropriate DateFormat to use for daily log rotation, but the %lookup hash that lists formats has "yyyy-dd" instead.
I think this is just a mismatch between the docs and reality.