gozer       2004/08/11 11:05:38

  Modified:    .        Changes
               xs/maps  apache_functions.map
  Log:
  Also removed find_module_name from Apache::Module, since there is already
  a ->name method that does exactly the same.
  
  Revision  Changes    Path
  1.438     +2 -1      modperl-2.0/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/Changes,v
  retrieving revision 1.437
  retrieving revision 1.438
  diff -u -r1.437 -r1.438
  --- Changes   11 Aug 2004 18:03:00 -0000      1.437
  +++ Changes   11 Aug 2004 18:05:38 -0000      1.438
  @@ -12,7 +12,8 @@
   
   =item 1.99_15-dev
   
  -Removed Apache::Module->dynamic_load_handle [Gozer]
  +Removed Apache::Module methods (dynamic_load_handle and
  +find_module_name) [Gozer]
   
   All Apache::Command methods are now read-only [Gozer]
   
  
  
  
  1.92      +1 -1      modperl-2.0/xs/maps/apache_functions.map
  
  Index: apache_functions.map
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/maps/apache_functions.map,v
  retrieving revision 1.91
  retrieving revision 1.92
  diff -u -r1.91 -r1.92
  --- apache_functions.map      10 Aug 2004 22:55:33 -0000      1.91
  +++ apache_functions.map      11 Aug 2004 18:05:38 -0000      1.92
  @@ -203,7 +203,7 @@
   -ap_add_module
   -ap_add_named_module
    ap_find_linked_module
  - ap_find_module_name
  +-ap_find_module_name
    ap_remove_loaded_module
    ap_remove_module
   >ap_single_module_configure
  
  
  

Reply via email to