Skip to content

Commit

Permalink
Require Perl 5.6.0, not 5.8.0, in Configure.pl.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@12403 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
bschmalhofer committed Apr 23, 2006
1 parent 74d7306 commit 29b08db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Configure.pl
@@ -1,4 +1,5 @@
#! perl -w #! perl -w

# Copyright: 2001-2006 The Perl Foundation. All Rights Reserved. # Copyright: 2001-2006 The Perl Foundation. All Rights Reserved.
# $Id$ # $Id$


Expand Down Expand Up @@ -240,7 +241,7 @@ =head1 SEE ALSO
use strict; use strict;
use warnings; use warnings;
use lib 'lib'; use lib 'lib';
use 5.008; use 5.006;


use English qw( -no_match_vars ); use English qw( -no_match_vars );
use Parrot::BuildUtil; use Parrot::BuildUtil;
Expand Down

0 comments on commit 29b08db

Please sign in to comment.