I quite liked the idea of Mark-Jason Dominus' Perl quiz of the week; I'm using it to start some team coding/reviewing here at work. I passed the two questions out and on Monday we're going to review everyone's (3 of us) solution and discuss things over pizza (my boss' contribution). I'll report back on how it went.
In other news I've given up on Redhat 8 for my new server. The Perl that it ships with doesn't want to work with new XS based modules (Compress::Zlib for example) and I couldn't build my own version of Perl from source as it failed a couple of tests. I think this might be related to some kind of Unicode or Locale issue. The RH 8 console prints screwy characters in "man", which just smacks of a lack of testing. I'm going to install RH 7.3 instead.
My point is, I think the tests themselves may be broken.
Re:Perl 5.8 tests
rafael on 2002-10-18T19:34:12
IIRC, lib/Config.t was added in the test suite just a few weeks before the release of 5.8.0. Thus it wasn't extensively tested ; -- however I didn't heard about this kind of failure. If some tests are broken (reproducibly broken, it may be sensitive to the load of your system or to other parameters) you may want to help to fix them.
At some point, I will figure out why this doesn't happen by default.
And of course, it's all locales causing the problems at the heart of it all. I could actually care less, but the fucking things break the sort order of ls. How crap is that?
-Dom
Re:man fucked in RH8
gav on 2002-10-18T22:24:09
Somehow:fixes it tooexport LANG="POSIX"My fix was a little more drastic. I am installing 7.3
:)