At 1:18 PM +0000 12/17/02, Nicholas Clark wrote:
On Mon, Dec 16, 2002 at 06:57:40PM -0500, Dan Sugalski wrote:
 Folks,

 Just a reminder--our minimum requirements for build, at the moment,
 is an ANSI89 compliant C compiler (Hosted version, I think--whatever
 has a full set of headers) and perl 5.005_03. At some point we may
 raise the perl minimum to 5.6.0, but not right yet. That does mean
 some of the new features of perl, such as warnings or regex objects,
 can't be used.
qr came in at 5.005, presumably 5.005_00

$ perl5.00503 -wle '$a = qr/[^white]/; print "Got qr" if "black" =~ $a'
Got qr

I presume you mean 5.005, rather than no qr because we want 5.004.
D'oh! Yes, we want 5.005. I've been doing this too long--all the different features are melting together...
--
Dan

--------------------------------------"it's like this"-------------------
Dan Sugalski even samurai
[EMAIL PROTECTED] have teddy bears and even
teddy bears get drunk

Reply via email to