stas        2003/10/30 11:43:42

  Modified:    t/response/TestModperl print_utf8_2.pm
  Log:
  remove a wrongly copy-n-pasted comment
  Submitted by: geoff
  
  Revision  Changes    Path
  1.2       +0 -1      modperl-2.0/t/response/TestModperl/print_utf8_2.pm
  
  Index: print_utf8_2.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/response/TestModperl/print_utf8_2.pm,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -u -r1.1 -r1.2
  --- print_utf8_2.pm   22 Sep 2003 23:53:16 -0000      1.1
  +++ print_utf8_2.pm   30 Oct 2003 19:43:41 -0000      1.2
  @@ -17,7 +17,6 @@
   
       $r->content_type('text/plain; charset=UTF-8');
   
  -    # must be non-$r->print(), so we go through the tied STDOUT
       # \x{263A} == :-)
       $r->print("\$r->print() just works \x{263A}");
   
  
  
  

Reply via email to