dougm       02/03/26 06:52:28

  Modified:    .        Changes
               t/net/perl util.pl
  Log:
  Submitted by:   Tatsuhiko Miyagawa
  Reviewed by:  dougm
  fix bug in modules/util test
  
  Revision  Changes    Path
  1.640     +3 -0      modperl/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /home/cvs/modperl/Changes,v
  retrieving revision 1.639
  retrieving revision 1.640
  diff -u -r1.639 -r1.640
  --- Changes   25 Mar 2002 18:45:23 -0000      1.639
  +++ Changes   26 Mar 2002 14:52:28 -0000      1.640
  @@ -10,6 +10,9 @@
   
   =item 1.26_01-dev
   
  +fix bug in modules/util test
  +[Tatsuhiko Miyagawa <[EMAIL PROTECTED]>]
  +
   Adjust the mailling list addresses
   's|\@apache\.org|\@perl.apache.org|' [Stas Bekman <[EMAIL PROTECTED]>]
   
  
  
  
  1.14      +1 -1      modperl/t/net/perl/util.pl
  
  Index: util.pl
  ===================================================================
  RCS file: /home/cvs/modperl/t/net/perl/util.pl,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- util.pl   25 Mar 2002 18:45:23 -0000      1.13
  +++ util.pl   26 Mar 2002 14:52:28 -0000      1.14
  @@ -152,7 +152,7 @@
     Perl: 21 secs (20.57 usr  0.14 sys = 20.71 cpu) 
   =cut
   
  -my $date_str = "Sat, 18 Jul 1998 08:38:00 -0700";
  +my $date_str = "Sat, 18 Jul 1998 08:38:00 GMT";
   
   test ++$i, Apache::Util::parsedate($date_str);
   
  
  
  


Reply via email to