diff options
Diffstat (limited to 'debian/perl-framework/t/htdocs/modules/cgi/xother.pl.PL')
-rw-r--r-- | debian/perl-framework/t/htdocs/modules/cgi/xother.pl.PL | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/perl-framework/t/htdocs/modules/cgi/xother.pl.PL b/debian/perl-framework/t/htdocs/modules/cgi/xother.pl.PL new file mode 100644 index 0000000..7cd005e --- /dev/null +++ b/debian/perl-framework/t/htdocs/modules/cgi/xother.pl.PL @@ -0,0 +1,6 @@ +use strict; + +print "X-Foo: bar\n"; +print "Content-type: text/plain\n\n"; + +print "helloworld"; |