stas        2004/09/09 16:30:45

  Modified:    src/docs/2.0/api/ModPerl Util.pod
  Log:
  more tweaks
  
  Revision  Changes    Path
  1.16      +4 -3      modperl-docs/src/docs/2.0/api/ModPerl/Util.pod
  
  Index: Util.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/ModPerl/Util.pod,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -u -r1.15 -r1.16
  --- Util.pod  9 Sep 2004 23:20:24 -0000       1.15
  +++ Util.pod  9 Sep 2004 23:30:45 -0000       1.16
  @@ -18,8 +18,8 @@
     # untaint a string (do not use it! see the doc)
     ModPerl::Util::untaint($string);
     
  -  # removes a module as best as it can
  -  ModPerl::Util::unload_package($module);
  +  # removes a stash (.so, %INC{$stash}, etc.) as best as it can
  +  ModPerl::Util::unload_package($stash);
   
   
   
  @@ -197,7 +197,8 @@
   If the module's stash had a corresponding XS shared object loaded it
   will be unloaded as well.
   
  -If the module was in Perl's C<%INC>, it will be removed from it.
  +If the stash had a corresponding entry in C<%INC>, it will be removed
  +from there.
   
   
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to