Subject: | Problem with backwards compatibility |
Date: | Mon, 27 Nov 2006 11:59:38 +0100 |
To: | bug-DateTime-Locale [...] rt.cpan.org |
From: | martin groenemeyer <martin.groenemeyer [...] kochpiraten.de> |
Hello,
after a debian update and the installation of DataTime::Locale::VERSION
3.101 I run into trouble.
In a web application we store some session data in our database,
including a DataTime object. The session data is freezed into a
storable. If we thaw a DataTime::Locale::VERSION 2.2 with VERSION 3.101
installed I get this error: "No STORABLE_thaw defined for objects of
class DateTime::Locale::en_US".
After a look into "diff -r DateTime-Locale-0.3101 DateTime-Locale-0.22 |
less" I decided to ask here if there is a simple workaround. In the file
CHANGES it says: * BACKWARDS INCOMPATIBILITY.
Thanks for this module and best regards,
Martin