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 st...@apache.org on 2003/05/20 03:42:06 UTC

cvs commit: modperl-2.0/xs/Apache/Const Const.pm

stas        2003/05/19 18:42:05

  Modified:    xs/Apache/Const Const.pm
  Log:
  Apache::DIR_MAGIC_TYPE is now implemented internally
  
  Revision  Changes    Path
  1.3       +0 -4      modperl-2.0/xs/Apache/Const/Const.pm
  
  Index: Const.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/Apache/Const/Const.pm,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Const.pm	29 Aug 2002 02:28:44 -0000	1.2
  +++ Const.pm	20 May 2003 01:42:05 -0000	1.3
  @@ -8,8 +8,4 @@
   
   XSLoader::load(__PACKAGE__, $VERSION);
   
  -#XXX: we don't support string constants in the lookup functions
  -#always define this one for the moment
  -sub Apache::DIR_MAGIC_TYPE () { "httpd/unix-directory" }
  -
   1;