The README really doesn't have to mention Configure.pl because when you do
make test_prog it will run Configure.pl for you (at least it is supposed to
:) 

-----Original Message-----
From: Will Coleda
To: [EMAIL PROTECTED]
Sent: 9/15/2001 12:13 AM
Subject: Difficulties


The README doesn't mention Configure.pl (minor doc patch follows), and
Parrot::Opcode is requiring perl5.6, which makes my 5.5.3 quite unhappy.


Are folks intentially using 5.6 constructs? I'll consider generating a
patch to make things work with 5.5.3 if this was an act of convenience
rather than benevolent despotism. =-)

Index: README
===================================================================
RCS file: /home/perlcvs/parrot/README,v
retrieving revision 1.5
diff -u -r1.5 README
--- README      2001/09/10 16:56:28     1.5
+++ README      2001/09/15 05:09:56
@@ -34,6 +34,10 @@
 For now, unpack your Parrot tarball, (if you're reading this, you've
 probably already done that) type

+    perl Configure.pl
+
+answer the questions, and a Makefile will be generated. Then type
+
     make test_prog

 and the test interpreter should build.

Reply via email to