perl.cvs.parrot
[Top] [All Lists]

[svn:parrot] r19047 - trunk

Subject: [svn:parrot] r19047 - trunk
From:
Date: Sat, 16 Jun 2007 16:50:10 -0700 PDT
Newsgroups: perl.cvs.parrot

Author: chromatic
Date: Sat Jun 16 16:50:09 2007
New Revision: 19047

Modified:
   trunk/Configure.pl
   trunk/README

Log:
Mark our dependency on Perl 5.8.0, per RT #42616.

Modified: trunk/Configure.pl
==============================================================================
--- trunk/Configure.pl  (original)
+++ trunk/Configure.pl  Sat Jun 16 16:50:09 2007
@@ -281,7 +281,7 @@
 
 =cut
 
-use 5.006_001;
+use 5.008_000;
 use strict;
 use warnings;
 use Data::Dumper;

Modified: trunk/README
==============================================================================
--- trunk/README        (original)
+++ trunk/README        Sat Jun 16 16:50:09 2007
@@ -23,18 +23,16 @@
 PREREQUISITES
 -------------
 
-You'll need a C compiler, a linker and a make program of course. If you
-will be linking with the ICU library you have to download and install it
-before configuring Parrot.
+You need a C compiler, a linker and a make program of course. If you will be
+linking with the ICU library you have to download and install it before
+configuring Parrot.
 
 Get it from http://www-306.ibm.com/software/globalization/icu/downloads.jsp
 
-You'll also need Perl 5.8.0 or above to run various configure and build
-scripts.
+You also need Perl 5.8.0 or newer to run various configure and build scripts.
 
-For most of the platforms that we are supporting initially,
-Parrot should build out of the box.
-The list of targeted platforms can be found in PLATFORMS.
+For most of the platforms that we are supporting initially, Parrot should build
+out of the box.  The list of targeted platforms can be found in PLATFORMS.
 
 The current configure system is primitive, as it's only
 a temporary solution. It will be happy with most any answers
@@ -140,7 +138,7 @@
 -------------
 
 The mailing list for parrot is parrot-porters.  Subscribe by sending mail to
-parrot-porters-subscribe@xxxxxxxxx It is archived at
+perl6-internals-subscribe@xxxxxxxxx It is archived at
 http://www.nntp.perl.org/group/perl.perl6.internals
 and available via NNTP at nntp://nntp.perl.org/perl.perl6.internals
 

<Prev in Thread] Current Thread [Next in Thread>
  • [svn:parrot] r19047 - trunk, chromatic <=