Re: broken tests?
Steve Purkis <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.petal |
|---|---|
| Message-ID | <[email protected]> |
On Aug 12, 2004, at 14:17, Bridget Almas wrote: > It's not threads. From perl -V: > usethreads=undef use5005threads=undef useithreads=undef > > As far as why I'm using Perl 5.8.0 ... too difficult to push through an > upgrade of perl in our Production environment right now. You may find the problem is actually 5.8.0 - if you're relying on UTF-8 then you should go with 5.8.4 as a minimum (but why not try 5.8.5? :-). Though I haven't tested it, it should be binary compat w/5.8.0 (5.8.1 won't be). If you have 30 min free, you can compile & install 5.8.5 in your home dir, and then try running the Petal tests. Oh wait, I'm supposed to be lurking... oops. -Steve