File Class-Date-1.1.10.diff of Package perl-Class-Date
--- README
+++ README
@@ -611,12 +611,12 @@
I hope that someone will fix this with new time_t in libc. If you
really need dates over 2038 and before 1902, you need to completely
- rewrite this module or use Date::Calc or other date modules.
+ rewrite this module or use Date::Calc or other date modules.
* This module uses Time::Local, and when it croaks, Class::Date
- returns "Invalid date or time" error message. Time::Local is
- different in the 5.005 and 5.6.x (and even 5.7.x) version of perl,
- so the following code will return different results:
+ returns "Range check on date or time failed" error message.
+ Time::Local is different in the 5.005 and 5.6.x (and even 5.7.x)
+ version of perl, so the following code will return different results:
$a = date("2006-11-11")->clone(year => -1);