stas        2003/01/31 23:46:24

  Modified:    lib/Apache Build.pm
  Log:
  indent
  
  Revision  Changes    Path
  1.111     +1 -1      modperl-2.0/lib/Apache/Build.pm
  
  Index: Build.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/lib/Apache/Build.pm,v
  retrieving revision 1.110
  retrieving revision 1.111
  diff -u -r1.110 -r1.111
  --- Build.pm  1 Feb 2003 07:39:43 -0000       1.110
  +++ Build.pm  1 Feb 2003 07:46:24 -0000       1.111
  @@ -385,7 +385,7 @@
   
       my $maybe = $self->find_dlfile_maybe($name);
       my $suggest = @$maybe ? 
  -      "You could just symlink it to $maybe->[0]" :
  +        "You could just symlink it to $maybe->[0]" :
           'You might need to install Perl from source';
       $self->phat_warn(<<EOF);
   Your Perl is configured to link against lib$name,
  
  
  


Reply via email to