gozer       2004/08/11 11:03:01

  Modified:    .        Changes
               xs/maps  apache_structures.map
  Log:
  Removed Apache::Module->dynamic_load_handle, it's a platform-specific
  slot that doesn't make any sense to Perl land.
  
  Revision  Changes    Path
  1.437     +2 -0      modperl-2.0/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/Changes,v
  retrieving revision 1.436
  retrieving revision 1.437
  diff -u -r1.436 -r1.437
  --- Changes   11 Aug 2004 00:24:09 -0000      1.436
  +++ Changes   11 Aug 2004 18:03:00 -0000      1.437
  @@ -12,6 +12,8 @@
   
   =item 1.99_15-dev
   
  +Removed Apache::Module->dynamic_load_handle [Gozer]
  +
   All Apache::Command methods are now read-only [Gozer]
   
   Removed Apache::Command methods (func and cmd_data) [Gozer]
  
  
  
  1.41      +1 -1      modperl-2.0/xs/maps/apache_structures.map
  
  Index: apache_structures.map
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/maps/apache_structures.map,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- apache_structures.map     11 Aug 2004 00:24:10 -0000      1.40
  +++ apache_structures.map     11 Aug 2004 18:03:01 -0000      1.41
  @@ -135,7 +135,7 @@
      minor_version
      module_index
      name
  -   dynamic_load_handle
  +!  dynamic_load_handle
      next
   >  magic
   -  rewrite_args
  
  
  

Reply via email to