stas        01/11/21 19:46:47

  Modified:    lib/Apache Build.pm
  Log:
  doc patch: '-e rebuild' reads better than '-erebuild'
  
  Revision  Changes    Path
  1.74      +4 -4      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.73
  retrieving revision 1.74
  diff -u -r1.73 -r1.74
  --- Build.pm  2001/11/21 02:35:33     1.73
  +++ Build.pm  2001/11/22 03:46:47     1.74
  @@ -462,7 +462,7 @@
       print "Running: $command\n";
       system $command;
   }
  -# % perl -MApache::Build -erebuild
  +# % perl -MApache::Build -e rebuild
   *main::rebuild = \&rebuild if $0 eq '-e';
   
   #--- attribute access ---
  @@ -1040,7 +1040,7 @@
   
    # rebuild mod_perl with build opts from the previous build
    % cd modperl-2.0
  - % perl -MApache::Build -erebuild
  + % perl -MApache::Build -e rebuild
   
   =head1 DESCRIPTION
   
  @@ -1052,12 +1052,12 @@
   chdir to the mod_perl source directory and run:
   
     % cd modperl-2.0
  -  % perl -MApache::Build -erebuild
  +  % perl -MApache::Build -e rebuild
   
   If you want to rebuild not yet installed, but already built mod_perl,
   run from its root directory:
   
  -  % perl -Ilib -MApache::Build -erebuild
  +  % perl -Ilib -MApache::Build -e rebuild
   
   =head1 METHODS
   
  
  
  


Reply via email to