stas        2003/03/10 23:33:53

  Modified:    src/docs/2.0/api config.cfg
  Added:       src/docs/2.0/api/ModPerl Util.pod
  Log:
  start the manpage for ModPerl::Util, now having only the SYNOPSIS
  
  Revision  Changes    Path
  1.1                  modperl-docs/src/docs/2.0/api/ModPerl/Util.pod
  
  Index: Util.pod
  ===================================================================
  =head1 NAME
  
  ModPerl::Util -- Helper mod_perl 2.0 Functions
  
  =head1 SYNOPSIS
  
    use ModPerl::Util;
    
    $callback = Apache::current_callback;
    
    ModPerl::Util::exit();
    
    ModPerl::Util::untaint($) # secret API?
  
  =head1 DESCRIPTION
  
  C<ModPerl::Util> provides mod_perl 2.0 util functions.
  
  META: complete
  
  =cut
  
  
  
  1.18      +1 -0      modperl-docs/src/docs/2.0/api/config.cfg
  
  Index: config.cfg
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/config.cfg,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- config.cfg        24 Feb 2003 02:09:29 -0000      1.17
  +++ config.cfg        11 Mar 2003 07:33:53 -0000      1.18
  @@ -47,6 +47,7 @@
           ModPerl/RegistryBB.pod
           ModPerl/RegistryCooker.pod
           ModPerl/RegistryLoader.pod
  +        ModPerl/Util.pod
       )],
   
   );
  
  
  

Reply via email to