dougm       02/03/24 12:53:41

  Modified:    .        STATUS
  Log:
  address the print() dereferencing issue
  
  Revision  Changes    Path
  1.7       +14 -7     modperl/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/modperl/STATUS,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- STATUS    24 Mar 2002 20:45:17 -0000      1.6
  +++ STATUS    24 Mar 2002 20:53:41 -0000      1.7
  @@ -1,5 +1,5 @@
   mod_perl 1.3 STATUS:
  -   Last modified at [$Date: 2002/03/24 20:45:17 $]
  +   Last modified at [$Date: 2002/03/24 20:53:41 $]
   
   
   Release:
  @@ -21,12 +21,6 @@
        Status: 
             doc patch at 
http://marc.theaimsgroup.com/?l=apache-modperl&m=97450363501652&w=2
   
  -    * PVIV issues
  -        Report: http://marc.theaimsgroup.com/?l=apache-modperl&m=99905070209305&w=2
  -     Status:
  -          patch available
  -            http://marc.theaimsgroup.com/?l=apache-modperl&m=99999116330145&w=2
  -
       * mod_perl.h issues for Win32
           Report: 
http://marc.theaimsgroup.com/?l=apache-modperl-dev&m=101253855721619&w=2
        Status:
  @@ -231,3 +225,16 @@
         production environment, as it adds quite a bit of bloat
   
       * docs: update CREDITS, cleanup install docs
  +
  +Patches unlikely to be applied:
  +
  +    * print() dereferencing issues
  +        Report: http://marc.theaimsgroup.com/?l=apache-modperl&m=99905070209305&w=2
  +     Status:
  +          patch available
  +            http://marc.theaimsgroup.com/?l=apache-modperl&m=99999116330145&w=2
  +
  +          the feature of print() dereferencing scalars should be deprecated.
  +          therefor, i don't think this patch should be applied as it
  +          would introduce overhead to support a deprecated feature.
  +          user should simply dereference themselves, print $$foo; -dougm
  
  
  


Reply via email to