diff options
Diffstat (limited to 'debian/perl-framework/t/htdocs/modules/cgi/nph-test.pl.PL')
-rw-r--r-- | debian/perl-framework/t/htdocs/modules/cgi/nph-test.pl.PL | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/perl-framework/t/htdocs/modules/cgi/nph-test.pl.PL b/debian/perl-framework/t/htdocs/modules/cgi/nph-test.pl.PL new file mode 100644 index 0000000..e679931 --- /dev/null +++ b/debian/perl-framework/t/htdocs/modules/cgi/nph-test.pl.PL @@ -0,0 +1,9 @@ +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"; |