diff options
Diffstat (limited to 'debian/perl-framework/t/htdocs/modules/cgi/not-modified.pl.PL')
-rw-r--r-- | debian/perl-framework/t/htdocs/modules/cgi/not-modified.pl.PL | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/perl-framework/t/htdocs/modules/cgi/not-modified.pl.PL b/debian/perl-framework/t/htdocs/modules/cgi/not-modified.pl.PL new file mode 100644 index 0000000..6684e48 --- /dev/null +++ b/debian/perl-framework/t/htdocs/modules/cgi/not-modified.pl.PL @@ -0,0 +1,4 @@ +use strict; + +print "Status: 304 Not Modified\r\n\r\n"; + |