cvsuser     04/02/27 16:33:00

  Modified:    .        Configure.pl
  Log:
  copyright
  
  Revision  Changes    Path
  1.132     +3 -2      parrot/Configure.pl
  
  Index: Configure.pl
  ===================================================================
  RCS file: /cvs/public/parrot/Configure.pl,v
  retrieving revision 1.131
  retrieving revision 1.132
  diff -u -w -r1.131 -r1.132
  --- Configure.pl      26 Feb 2004 19:53:06 -0000      1.131
  +++ Configure.pl      28 Feb 2004 00:33:00 -0000      1.132
  @@ -1,5 +1,6 @@
   #! perl -w
  -# $Id: Configure.pl,v 1.131 2004/02/26 19:53:06 mikescott Exp $
  +# Copyright: 2001-2003 The Perl Foundation.  All Rights Reserved.
  +# $Id: Configure.pl,v 1.132 2004/02/28 00:33:00 mikescott Exp $
   
   =head1 NAME
   
  @@ -413,7 +414,7 @@
   
     for($key) {
       /version/ && do {
  -      my $cvsid='$Id: Configure.pl,v 1.131 2004/02/26 19:53:06 mikescott Exp $';
  +      my $cvsid='$Id: Configure.pl,v 1.132 2004/02/28 00:33:00 mikescott Exp $';
         print <<"END";
   Parrot Version $parrot_version Configure 2.0
   $cvsid
  
  
  

Reply via email to