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 st...@apache.org on 2003/03/10 01:17:18 UTC

cvs commit: modperl-docs/src/docs/2.0/devel/porting porting.pod

stas        2003/03/09 16:17:18

  Modified:    src/docs/2.0/devel/porting porting.pod
  Log:
  fix pod
  Submitted by:	Nick Tonkin
  
  Revision  Changes    Path
  1.9       +1 -1      modperl-docs/src/docs/2.0/devel/porting/porting.pod
  
  Index: porting.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/devel/porting/porting.pod,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- porting.pod	7 Mar 2003 08:31:39 -0000	1.8
  +++ porting.pod	10 Mar 2003 00:17:17 -0000	1.9
  @@ -242,7 +242,7 @@
   However the C<L<Apache::compat|docs::2.0::api::Apache::compat>> module
   is also useful to learn how the API have been changed. Simply look at
   the source code and see how it should be implemented in mod_perl 2.0.
  -For example mod_perl 2.0 doesn't provide the C<Apache-E<>gensym>
  +For example mod_perl 2.0 doesn't provide the C<Apache-E<gt>gensym>
   method. If we look at the C<Apache/compat.pm> source, we can see that
   it loads the module C<Symbol> and calls its C<gensym()> function
   instead. mod_perl 2.0 works with Perl versions 5.6 and higher, and