Author: bernhard
Date: Sun Apr 23 14:25:33 2006
New Revision: 12403

Modified:
   trunk/Configure.pl

Log:
Require Perl 5.6.0, not 5.8.0, in Configure.pl.


Modified: trunk/Configure.pl
==============================================================================
--- trunk/Configure.pl  (original)
+++ trunk/Configure.pl  Sun Apr 23 14:25:33 2006
@@ -1,4 +1,5 @@
 #! perl -w
+
 # Copyright: 2001-2006 The Perl Foundation.  All Rights Reserved.
 # $Id$
 
@@ -240,7 +241,7 @@
 use strict;
 use warnings;
 use lib 'lib';
-use 5.008;
+use 5.006;
 
 use English qw( -no_match_vars );
 use Parrot::BuildUtil;

Reply via email to