You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by do...@apache.org on 2001/02/28 06:39:15 UTC

cvs commit: modperl-2.0/pod modperl_2.0.pod

dougm       01/02/27 21:39:15

  Modified:    pod      modperl_2.0.pod
  Log:
  improve readability a bit
  
  Revision  Changes    Path
  1.2       +23 -7     modperl-2.0/pod/modperl_2.0.pod
  
  Index: modperl_2.0.pod
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/pod/modperl_2.0.pod,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- modperl_2.0.pod	2001/01/02 20:00:49	1.1
  +++ modperl_2.0.pod	2001/02/28 05:39:15	1.2
  @@ -996,18 +996,30 @@
   
   =over 4
   
  -=item "Compiled" Perl*Handlers
  +=item *
   
  -=item Method calls faster than subroutine calls!
  +"Compiled" Perl*Handlers
   
  -=item `print' enhancements
  +=item *
   
  -=item Inlined Apache::*.xs calls
  +Method calls faster than subroutine calls!
   
  -=item Use of Apache Pools for memory allocations
  +=item *
   
  -=item Copy-on-write strings
  +`print' enhancements
   
  +=item *
  +
  +Inlined Apache::*.xs calls
  +
  +=item *
  +
  +Use of Apache Pools for memory allocations
  +
  +=item *
  +
  +Copy-on-write strings
  +
   =back
   
   =head1 References
  @@ -1018,5 +1030,9 @@
   
   The mod_perl homepage will announce mod_perl-2.0 developments as they
   become available.
  +
  +=back
  +
  +=head1 AUTHOR
   
  -=back
  \ No newline at end of file
  +Doug MacEachern