stas        2004/02/09 15:05:37

  Modified:    lib/ModPerl WrapXS.pm
  Log:
  ht_time is now implemented as in C API (requires the pool argument)
  
  Revision  Changes    Path
  1.66      +0 -2      modperl-2.0/lib/ModPerl/WrapXS.pm
  
  Index: WrapXS.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/lib/ModPerl/WrapXS.pm,v
  retrieving revision 1.65
  retrieving revision 1.66
  diff -u -u -r1.65 -r1.66
  --- WrapXS.pm 9 Feb 2004 18:44:43 -0000       1.65
  +++ WrapXS.pm 9 Feb 2004 23:05:37 -0000       1.66
  @@ -764,8 +764,6 @@
                             ''],
       escape_html       => [undef, # XXX: will be ap_escape_html
                             'ap_escape_html now requires a pool object'],
  -    ht_time           => ['format_time',
  -                          ''],
       parsedate         => ['parse_http',
                             ''],
       validate_password => ['password_validate',
  
  
  

Reply via email to