stas        2002/11/07 20:10:37

  Modified:    src/docs/2.0/api config.cfg
  Log:
  use :: suffix to designate the top level namespace
  
  Revision  Changes    Path
  1.11      +4 -4      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.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- config.cfg        21 Aug 2002 17:23:24 -0000      1.10
  +++ config.cfg        8 Nov 2002 04:10:36 -0000       1.11
  @@ -6,14 +6,14 @@
       stitle => "API",
   
       abstract => <<EOB,
  -The Apache and APR APIs for mod_perl 2.0
  +The Apache::, APR:: and ModPerl:: namespaces APIs for mod_perl 2.0
   EOB
   
        body => {
            bot => 'index_bot.html',
        },
   
  -    group    => 'Apache',
  +    group    => 'Apache::',
       chapters => [qw(
           mod_perl-2.0/Apache/Log.pod
           mod_perl-2.0/Apache/Reload.pod
  @@ -23,13 +23,13 @@
           mod_perl-2.0/Apache/compat.pod
       )],
   
  -    group    => 'APR',
  +    group    => 'APR::',
       chapters => [qw(
           mod_perl-2.0/APR/PerlIO.pod
           mod_perl-2.0/APR/Table.pod
       )],
   
  -    group    => 'ModPerl',
  +    group    => 'ModPerl::',
       chapters => [qw(
           ModPerl-Registry/ModPerl/PerlRun.pod
           ModPerl-Registry/ModPerl/Registry.pod
  
  
  

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

Reply via email to