cvsuser     02/01/29 20:07:47

  Modified:    .        Configure.pl
  Log:
  Add './lib' to our @INC because Parrot/* moved.
  
  Revision  Changes    Path
  1.86      +3 -2      parrot/Configure.pl
  
  Index: Configure.pl
  ===================================================================
  RCS file: /cvs/public/parrot/Configure.pl,v
  retrieving revision 1.85
  retrieving revision 1.86
  diff -u -w -r1.85 -r1.86
  --- Configure.pl      29 Jan 2002 15:40:49 -0000      1.85
  +++ Configure.pl      30 Jan 2002 04:07:47 -0000      1.86
  @@ -2,12 +2,13 @@
   #
   # Configure.pl
   #
  -# $Id: Configure.pl,v 1.85 2002/01/29 15:40:49 grunblatt Exp $
  +# $Id: Configure.pl,v 1.86 2002/01/30 04:07:47 robert Exp $
   #
   # Author: Brent Dax
   #
   
   use strict;
  +use lib 'lib';
   
   use Config;
   use Getopt::Long;
  @@ -75,7 +76,7 @@
   
   if($opt_version) {
       print "Parrot Version $parrot_version Configure\n";
  -    print '$Id: Configure.pl,v 1.85 2002/01/29 15:40:49 grunblatt Exp $' . "\n";
  +    print '$Id: Configure.pl,v 1.86 2002/01/30 04:07:47 robert Exp $' . "\n";
       exit;
   }
   
  
  
  


Reply via email to