You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-cvs@httpd.apache.org by st...@apache.org on 2003/11/24 10:33:04 UTC

cvs commit: httpd-test/perl-framework/t/htdocs/modules/cgi nph-test.pl.PL nph-test.pl

stas        2003/11/24 01:33:04

  Added:       perl-framework/t/htdocs/modules/cgi nph-test.pl.PL
  Removed:     perl-framework/t/htdocs/modules/cgi nph-test.pl
  Log:
  oops, add the pl.PL file, remove the autogenerated .pl file
  
  Revision  Changes    Path
  1.1                  httpd-test/perl-framework/t/htdocs/modules/cgi/nph-test.pl.PL
  
  Index: nph-test.pl.PL
  ===================================================================
  print "HTTP/1.0 200 OK\r\n";
  print join("\n",
       'Content-type: text/html',
       'Pragma: no-cache',
       'Cache-control: must-revalidate, no-cache, no-store',
       'Expires: -1',
       "\n");
  
  print "ok\n";