stas        2003/06/10 16:47:28

  Modified:    src/docs/2.0/user/porting porting.pod
  Log:
  add xref to mod_perl 1.0 and 2.0 Constants Coexistence
  
  Revision  Changes    Path
  1.6       +16 -3     modperl-docs/src/docs/2.0/user/porting/porting.pod
  
  Index: porting.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/porting/porting.pod,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- porting.pod       6 Jun 2003 09:21:57 -0000       1.5
  +++ porting.pod       10 Jun 2003 23:47:28 -0000      1.6
  @@ -450,7 +450,7 @@
   
   
   
  -=head2 How C<Apache::MP3> was ported to mod_perl 2.0
  +=head2 How C<Apache::MP3> was Ported to mod_perl 2.0
   
   C<Apache::MP3> is an elaborate application that uses a lot of mod_perl
   API. After porting it, I have realized that if you go through the
  @@ -539,6 +539,8 @@
     
     PerlSwitches -wT
     
  +  PerlRequire "/home/httpd/2.0/perl/startup.pl"
  +  
     PerlModule Apache::Reload
     PerlInitHandler Apache::Reload
     PerlSetVar ReloadAll Off
  @@ -1273,6 +1275,17 @@
         $r->send_http_header() unless Apache::exists_config_define("MODPERL2");
         ...
     }
  +
  +Relevant links to other places in the porting documents:
  +
  +=over
  +
  +=item *
  +
  +L<mod_perl 1.0 and 2.0 Constants 
Coexistence|docs::2.0::user::compat/mod_perl_1_0_and_2_0_Constants_Coexistence>
  +
  +=back
  +
   
   =head1 Maintainers
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to