cvsuser     02/03/18 09:33:40

  Modified:    .        Configure.pl
  Log:
  Lowering the bar a bit.
  
  Revision  Changes    Path
  1.99      +3 -3      parrot/Configure.pl
  
  Index: Configure.pl
  ===================================================================
  RCS file: /cvs/public/parrot/Configure.pl,v
  retrieving revision 1.98
  retrieving revision 1.99
  diff -u -w -r1.98 -r1.99
  --- Configure.pl      18 Mar 2002 07:45:24 -0000      1.98
  +++ Configure.pl      18 Mar 2002 17:33:40 -0000      1.99
  @@ -2,12 +2,12 @@
   #
   # Configure.pl
   #
  -# $Id: Configure.pl,v 1.98 2002/03/18 07:45:24 brentdax Exp $
  +# $Id: Configure.pl,v 1.99 2002/03/18 17:33:40 josh Exp $
   #
   # Author: Brent Dax
   #
   
  -require 5.005_03;
  +require 5.005_02;
   
   use strict;
   use lib 'lib';
  @@ -77,7 +77,7 @@
   
   if($opt_version) {
       print "Parrot Version $parrot_version Configure\n";
  -    print '$Id: Configure.pl,v 1.98 2002/03/18 07:45:24 brentdax Exp $' . "\n";
  +    print '$Id: Configure.pl,v 1.99 2002/03/18 17:33:40 josh Exp $' . "\n";
       exit;
   }
   
  
  
  


Reply via email to