Rose::DateTime v0.531 will fail to initialize with the latest versions of 
DateTime (v0.35) and DateTime::Locale (v0.31). I've modified a bit 
Rose/DateTime/Util.pm:

------------------------------------------------
---  Rose/DateTime/Util.pm        2006-10-03 16:52:41.000000000 +0300
+++  ./lib/Rose/DateTime/Util.pm        2006-10-23 14:40:31.000000000 +0300
@@ -55,7 +55,7 @@
 {
   #my($class) = shift;

-  my $locale_class = 'DateTime::Locale::' . DateTime->DefaultLocale();
+  my $locale_class = DateTime::Locale->load( DateTime->DefaultLocale() );

   if($locale_class->date_parts_order eq 'dmy')
   {
------------------------------------------------

Regards,
Lucian Dragus

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to