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";