You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by as...@hyperreal.org on 1998/11/02 06:29:19 UTC

cvs commit: modperl/Apache Apache.pm

ask         98/11/01 21:29:19

  Modified:    Apache   Apache.pm
  Log:
  Tie -> Table
  
  Revision  Changes    Path
  1.21      +17 -17    modperl/Apache/Apache.pm
  
  Index: Apache.pm
  ===================================================================
  RCS file: /home/cvs/modperl/Apache/Apache.pm,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- Apache.pm	1998/10/15 08:26:21	1.20
  +++ Apache.pm	1998/11/02 05:29:18	1.21
  @@ -395,9 +395,9 @@
   the $r->header_in() method (described below) to retrieve a specific
   header value directly.
   
  -Will return a I<HASH> reference blessed into the
  -I<Apache::TieHashTable> class when called in a scalar context with no
  -"key" argument. This requires I<Apache::Tie>.
  +Will return a I<HASH> reference blessed into the I<Apache::Table>
  +class when called in a scalar context with no "key" argument. This
  +requires I<Apache::Table>.
   
   =item $r->header_in( $header_name, [$value] )
   
  @@ -559,8 +559,8 @@
      my $val = $r->dir_config('Key');
   
   Will return a I<HASH> reference blessed into the
  -I<Apache::TieHashTable> class when called in a scalar context with no
  -"key" argument. See I<Apache::Tie>.
  +I<Apache::Table> class when called in a scalar context with no
  +"key" argument. See I<Apache::Table>.
   
   =item $r->requires
   
  @@ -708,9 +708,9 @@
      $r->notes("MY_HANDLER", OK);
      $val = $r->notes("MY_HANDLER");
   
  -Will return a I<HASH> reference blessed into the
  -I<Apache::TieHashTable> class when called in a scalar context with no
  -"key" argument. This requires I<Apache::Tie>.
  +Will return a I<HASH> reference blessed into the I<Apache::Table>
  +class when called in a scalar context with no "key" argument. This
  +requires I<Apache::Table>.
   
   =item $r->subprocess_env( $key, [$value] )
   
  @@ -732,9 +732,9 @@
      Sorry
      <!--#endif -->
   
  -Will return a I<HASH> reference blessed into the
  -I<Apache::TieHashTable> class when called in a scalar context with no
  -"key" argument. This requires I<Apache::Tie>.
  +Will return a I<HASH> reference blessed into the I<Apache::Table>
  +class when called in a scalar context with no "key" argument. This
  +requires I<Apache::Table>.
   
   =item $r->content_type( [$newval] )
   
  @@ -777,9 +777,9 @@
   the $r->header_out() method (described below) to retrieve or set a specific
   header value directly.
   
  -Will return a I<HASH> reference blessed into the
  -I<Apache::TieHashTable> class when called in a scalar context with no
  -"key" argument. This requires I<Apache::Tie>.
  +Will return a I<HASH> reference blessed into the I<Apache::Table>
  +class when called in a scalar context with no "key" argument. This
  +requires I<Apache::Table>.
   
   =item $r->header_out( $header, $value )
   
  @@ -801,9 +801,9 @@
   latter are printed even on error, and persist across internal redirects
   (so the headers printed for ErrorDocument handlers will have them).
   
  -Will return a I<HASH> reference blessed into the
  -I<Apache::TieHashTable> class when called in a scalar context with no
  -"key" argument. This requires I<Apache::Tie>.
  +Will return a I<HASH> reference blessed into the I<Apache::Table>
  +class when called in a scalar context with no "key" argument. This
  +requires I<Apache::Table>.
   
   =item $r->err_header_out( $header, [$value] )