Re: [PATCH] Re: Minimum perl version ?

2002-06-06 Thread Daniel Grunblatt
+/* This clashes with 5.005_03's headers. */ +#define na(c) { \ +while(*c !isspace(*c)) \ +c++; \ +while(*c isspace(*c)) \ +c++; } + + Because of the name, right? If so, I'll go and change it, because it's being used from some other files. When I first saw all those

Re: Minimum perl version ?

2002-06-05 Thread Nicholas Clark
On Wed, Jun 05, 2002 at 01:44:07PM -0400, Andy Dougherty wrote: because lib/Parrot/Makefile.PL contains WriteMakefile( 'NAME' = 'Parrot::PakFile2', 'VERSION_FROM' = 'PakFile2.pm', # finds $VERSION and PakFile2.pm says (among other things) require

[PATCH] Re: Minimum perl version ?

2002-06-05 Thread Nicholas Clark
This is supposed to have one of those bug ID thingies, isn't it, so that it doesn't get lost? All tests successful, 9 subtests skipped. Files=19, Tests=359, 190 wallclock secs (162.14 cusr + 22.67 csys = 184.81 CPU) nwc10@colon [parrot5005]$ grep ^PERL Makefile PERL = /usr/bin/perl

Minimum perl version ?

2002-06-05 Thread Andy Dougherty
According to README, You'll also need Perl 5.005 or above, compiled to support the types you wish to support in Parrot. (Parrot will make, but you'll be unable to assemble anything.) You can find what types are support by typing 'perl -V', and examining the values for