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 do...@hyperreal.org on 1998/09/22 20:41:32 UTC

cvs commit: modperl/lib/Apache/Constants Exports.pm

dougm       98/09/22 11:41:32

  Modified:    Constants Constants.pm
               lib/Apache/Constants Exports.pm
  Log:
  remove another dup
  
  Revision  Changes    Path
  1.12      +0 -1      modperl/Constants/Constants.pm
  
  Index: Constants.pm
  ===================================================================
  RCS file: /export/home/cvs/modperl/Constants/Constants.pm,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- Constants.pm	1998/09/22 18:14:42	1.11
  +++ Constants.pm	1998/09/22 18:41:31	1.12
  @@ -154,7 +154,6 @@
    HTTP_SERVICE_UNAVAILABLE
    HTTP_VARIANT_ALSO_VARIES
    HTTP_NO_CONTENT
  - HTTP_METHOD_NOT_ALLOWED
    HTTP_NOT_MODIFIED
    HTTP_LENGTH_REQUIRED
    HTTP_PRECONDITION_FAILED
  
  
  
  1.5       +0 -1      modperl/lib/Apache/Constants/Exports.pm
  
  Index: Exports.pm
  ===================================================================
  RCS file: /export/home/cvs/modperl/lib/Apache/Constants/Exports.pm,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Exports.pm	1998/09/22 18:14:44	1.4
  +++ Exports.pm	1998/09/22 18:41:32	1.5
  @@ -29,7 +29,6 @@
   		     HTTP_SERVICE_UNAVAILABLE
   		     HTTP_VARIANT_ALSO_VARIES
   		     HTTP_NO_CONTENT
  -		     HTTP_METHOD_NOT_ALLOWED 
   		     HTTP_NOT_MODIFIED
   		     HTTP_LENGTH_REQUIRED
   		     HTTP_PRECONDITION_FAILED