cvsuser     01/10/14 03:00:23

  Modified:    .        Configure.pl
  Log:
  Remove weird typo.
  
  Revision  Changes    Path
  1.28      +1 -2      parrot/Configure.pl
  
  Index: Configure.pl
  ===================================================================
  RCS file: /home/perlcvs/parrot/Configure.pl,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -w -r1.27 -r1.28
  --- Configure.pl      2001/10/14 09:56:39     1.27
  +++ Configure.pl      2001/10/14 10:00:23     1.28
  @@ -19,7 +19,7 @@
   );
   
   if($opt_version) {
  -     print '$Id: Configure.pl,v 1.27 2001/10/14 09:56:39 tom Exp $' . "\n";
  +     print '$Id: Configure.pl,v 1.28 2001/10/14 10:00:23 simon Exp $' . "\n";
        exit;
   }
   
  @@ -51,7 +51,6 @@
   Since you're running this script, you obviously have
   Perl 5--I'll be pulling some defaults from its configuration.
   
  -First, I'm gonna check the manifest, to make sure you got a
   First, I'm gonna check the manifest, to make sure you got a
   complete Parrot kit.
   END
  
  
  


Reply via email to