fix header output triggered by say() in perl 5.10.1+
authorMischa POSLAWSKY <perl@shiar.org>
Sat, 17 Oct 2009 05:45:59 +0000 (07:45 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 19 Oct 2009 01:03:46 +0000 (01:03 +0000)
Since the latest Perl release, calling sendheaders() from within a say()
would (correctly) retain a custom output seperator, resulting in http
headers being sent incorrectly.

Easily fixed by resetting normal printing behaviour.


No differences found