DT::F::Strptime problem with DT 0.14+

2003-07-25 Thread Dave Rolsky
DT::F::Strptime lists DT::Language as a prereq, which causes CPAN to try to install DateTime 0.13 in order to satisfy it. This prereq should be removed, I think. -dave /*=== House Absolute Consulting www.houseabsolute.com ===*/

Re: icu-xml parser deadlocks

2003-07-25 Thread Ben Bennett
RH 9.0. I wonder if it your locale and unicode slowing everything down... I set my default locale to en_US (not ustf8) a while ago. -ben On Fri, Jul 25, 2003 at 07:02:14AM -1000, Joshua Hoblitt wrote: > > Me too: > >This is perl, v5.8.0 built for i386-linux-thread-multi > > > >L

Re: icu-xml parser deadlocks

2003-07-25 Thread Dave Rolsky
On Fri, 25 Jul 2003, Joshua Hoblitt wrote: > > > I've reinstalled just about everything applicable from CPAN. I wonder > > > if it's a problem with some c library in the dep. chain. > > > > Note that XML::Simple uses XML::SAX, which in turn picks one of > > XML::Expat, XML::SAX::PurePerl, or XML:

Re: icu-xml parser deadlocks

2003-07-25 Thread Joshua Hoblitt
On Fri, 25 Jul 2003, Dave Rolsky wrote: > On Fri, 25 Jul 2003, Joshua Hoblitt wrote: > > > I've reinstalled just about everything applicable from CPAN. I wonder > > if it's a problem with some c library in the dep. chain. > > Note that XML::Simple uses XML::SAX, which in turn picks one of > XML::

Re: icu-xml parser deadlocks

2003-07-25 Thread Dave Rolsky
On Fri, 25 Jul 2003, Joshua Hoblitt wrote: > I've reinstalled just about everything applicable from CPAN. I wonder > if it's a problem with some c library in the dep. chain. Note that XML::Simple uses XML::SAX, which in turn picks one of XML::Expat, XML::SAX::PurePerl, or XML::LibXML to do parsi

Re: icu-xml parser deadlocks

2003-07-25 Thread Joshua Hoblitt
> Me too: >This is perl, v5.8.0 built for i386-linux-thread-multi > >Linux ayup.limey.net 2.4.20-18.9 #1 Thu May 29 06:54:41 EDT 2003 >i686 athlon i386 GNU/Linux > > -ben So that Redhat - What version of the dist? I'm on Gentoo 1.4rc2. For me the parser makes it to: af af_ZA (

Re: Circular module dependency DateTime/DateTime::Locale

2003-07-25 Thread Dave Rolsky
On Fri, 25 Jul 2003, Claus Färber wrote: > I just tried to install DateTime from CPAN but that does not work: The > tests for DateTime require DateTime::Locale to be installed and vice- > versa. > > I think the tests in DateTime.pm/ that depend on DT::Locale should be > moved to DT::Locale. Actua

Re: Circular module dependency DateTime/DateTime::Locale

2003-07-25 Thread Joshua Hoblitt
> I think the tests in DateTime.pm/ that depend on DT::Locale should be > moved to DT::Locale. Can you try the CVS version now? Dave and I both just tried to commit the fix. :) -J --

Re: Circular module dependency DateTime/DateTime::Locale

2003-07-25 Thread Joshua Hoblitt
> I think the tests in DateTime.pm/ that depend on DT::Locale should be > moved to DT::Locale. DT::TZ handles this by not running it's DT dependent tests if DT isn't available. This is allows DT::TZ to be install automatically as a dependency of DT. DT::Locale should be handled the same way.

Circular module dependency DateTime/DateTime::Locale

2003-07-25 Thread Claus Färber
Hallo. I just tried to install DateTime from CPAN but that does not work: The tests for DateTime require DateTime::Locale to be installed and vice- versa. I think the tests in DateTime.pm/ that depend on DT::Locale should be moved to DT::Locale. Claus -- http://www.faerber.muc.deCPAN: Stor

Re: icu-xml parser deadlocks

2003-07-25 Thread Ben Bennett
Me too: This is perl, v5.8.0 built for i386-linux-thread-multi Linux ayup.limey.net 2.4.20-18.9 #1 Thu May 29 06:54:41 EDT 2003 i686 athlon i386 GNU/Linux -ben On Fri, Jul 25, 2003 at 02:17:23AM -0500, Dave Rolsky wrote: > On Thu, 24 Jul 2003, Joshua Hoblitt wrote: > > > I s

Re: icu-xml parser deadlocks

2003-07-25 Thread Dave Rolsky
On Thu, 24 Jul 2003, Joshua Hoblitt wrote: > I still can't get DT::Locale's parser to run under Linux (seems happy > with Solaris thou). Has anyone else tried this under Perl 5.8.0 on > x86/Linux? Works for me with that exact setup. -dav /*=== House Absolute Consulting www

icu-xml parser deadlocks

2003-07-25 Thread Joshua Hoblitt
I still can't get DT::Locale's parser to run under Linux (seems happy with Solaris thou). Has anyone else tried this under Perl 5.8.0 on x86/Linux? -J --