dougm       02/01/09 19:38:21

  Modified:    perl-framework/t/modules autoindex.t
  Log:
  fix bogus prototype that bleedperl now complains about
  
  Revision  Changes    Path
  1.4       +1 -1      httpd-test/perl-framework/t/modules/autoindex.t
  
  Index: autoindex.t
  ===================================================================
  RCS file: /home/cvs/httpd-test/perl-framework/t/modules/autoindex.t,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- autoindex.t       16 Oct 2001 20:31:51 -0000      1.3
  +++ autoindex.t       10 Jan 2002 03:38:21 -0000      1.4
  @@ -117,7 +117,7 @@
       }
   }
   
  -sub ai_test ($$,$$,$$,$$) {
  +sub ai_test ($$$$) {
       my ($htconf,$c,$o,$t_uri) = @_;
   
       my $html_head = <<HEAD;
  
  
  

Reply via email to