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 as...@hyperreal.org on 1998/06/17 01:17:42 UTC

cvs commit: modperl Changes MANIFEST

ask         98/06/16 16:17:42

  Modified:    .        Changes MANIFEST
  Log:
  Added mod_perl_method_handlers.pod to MANIFEST and updated Changes
  
  Revision  Changes    Path
  1.51      +3 -0      modperl/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /home/cvs/modperl/Changes,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- Changes	1998/06/16 18:49:56	1.50
  +++ Changes	1998/06/16 23:17:40	1.51
  @@ -8,6 +8,9 @@
   
   =item 1.12_01-dev
   
  +Added mod_perl_method_handlers.pod file, a little article about using
  +perl objects with modperl. [ ask@netcetera.dk ]
  +
   Apache::Registry will now save END blocks just after the script is compiled,
   instead of after the subroutine call.  otherwise, if the client breaks the
   connection, the hard_timeout will jump out of perl_handler(), and the save 
  
  
  
  1.21      +1 -0      modperl/MANIFEST
  
  Index: MANIFEST
  ===================================================================
  RCS file: /home/cvs/modperl/MANIFEST,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- MANIFEST	1998/06/08 03:52:31	1.20
  +++ MANIFEST	1998/06/16 23:17:40	1.21
  @@ -19,6 +19,7 @@
   mod_perl_tuning.pod
   cgi_to_mod_perl.pod
   mod_perl_traps.pod
  +mod_perl_method_handlers.pod
   eg/makepl_args.mod_perl
   eg/perl_sections.txt
   eg/startup.pl